/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.5.29-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: servicedemoweb_pharmica
-- ------------------------------------------------------
-- Server version	10.5.29-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `article_category`
--

DROP TABLE IF EXISTS `article_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `article_category` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `article_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `article_category_article_id_foreign` (`article_id`),
  KEY `article_category_category_id_foreign` (`category_id`),
  CONSTRAINT `article_category_article_id_foreign` FOREIGN KEY (`article_id`) REFERENCES `articles` (`id`) ON DELETE CASCADE,
  CONSTRAINT `article_category_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `article_category`
--

LOCK TABLES `article_category` WRITE;
/*!40000 ALTER TABLE `article_category` DISABLE KEYS */;
INSERT INTO `article_category` VALUES (3,2,1,NULL,NULL),(4,2,2,NULL,NULL),(6,4,2,NULL,NULL);
/*!40000 ALTER TABLE `article_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `article_product`
--

DROP TABLE IF EXISTS `article_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `article_product` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `article_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `article_product_article_id_foreign` (`article_id`),
  KEY `article_product_product_id_foreign` (`product_id`),
  CONSTRAINT `article_product_article_id_foreign` FOREIGN KEY (`article_id`) REFERENCES `articles` (`id`) ON DELETE CASCADE,
  CONSTRAINT `article_product_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `article_product`
--

LOCK TABLES `article_product` WRITE;
/*!40000 ALTER TABLE `article_product` DISABLE KEYS */;
INSERT INTO `article_product` VALUES (4,2,3,NULL,NULL),(5,2,5,NULL,NULL),(6,2,6,NULL,NULL),(8,4,6,NULL,NULL);
/*!40000 ALTER TABLE `article_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `articles`
--

DROP TABLE IF EXISTS `articles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `articles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `related_articles_title` text DEFAULT NULL,
  `slug` text DEFAULT NULL,
  `related_articles_short_description` text DEFAULT NULL,
  `first_long_description_detail_page` text DEFAULT NULL,
  `second_long_description_detail_page` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `meta_title` text DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `articles`
--

LOCK TABLES `articles` WRITE;
/*!40000 ALTER TABLE `articles` DISABLE KEYS */;
INSERT INTO `articles` VALUES (2,'Viagra vs Sildenafil: The Ultimate Comparison (2025)','viagra-vs-sildenafil-the-ultimate-comparison-2025','<h2 class=\"tw-text-xl tw-text-center tw-mt-0\" apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" text-align:=\"\" center=\"\" !important;=\"\" font-size:=\"\" 1.25rem=\"\" line-height:=\"\" 1.75rem=\"\" !important;\"=\"\" style=\"margin-right: 10px; margin-bottom: 0px; margin-left: 10px; padding: 0px; font-family: trebuc, sans-serif; color: rgb(63, 63, 70); text-align: center; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\">Discover key differences and similarities between two of the most popular ED treatments available in this detailed guide from our experts.</h2>','<p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"margin: 1.25em 0px; padding: 0px; font-family: trebuc, sans-serif; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\">Viagra, widely regarded as the most popular&nbsp;<a href=\"https://www.pharmica.co.uk/erectile-dysfunction/\" style=\"margin: 0px; padding: 0px; text-decoration-line: underline; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">erectile dysfunction (ED) treatment</a>&nbsp;is often mentioned alongside another ED medication, known as Sildenafil.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"margin: 1.25em 0px; padding: 0px; font-family: trebuc, sans-serif; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\"><a href=\"https://www.pharmica.co.uk/erectile-dysfunction/sildenafil/\" style=\"margin: 0px; padding: 0px; text-decoration-line: underline; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">Sildenafil</a>&nbsp;and&nbsp;<a href=\"https://www.pharmica.co.uk/erectile-dysfunction/viagra/\" style=\"margin: 0px; padding: 0px; text-decoration-line: underline; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">Viagra</a>&nbsp;are medically identical, as they contain the same active ingredient, sildenafil citrate. In other words, Viagra and Sildenafil work in the same way, making them equally effective at treating erectile dysfunction.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"margin: 1.25em 0px; padding: 0px; font-family: trebuc, sans-serif; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\">With that said, there are also several notable differences between Viagra and Sildenafil, such as the price of each ED treatment as it relates to the brand and manufacturing.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"margin: 1.25em 0px; padding: 0px; font-family: trebuc, sans-serif; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\">This guide offers an in-depth Viagra vs Sildenafil comparison, explaining key similarities and differences between these ED treatments to help with choosing between them.</p>','<h2 id=\"HowEDWorks\" apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"margin: 2em 0px 1em; font-family: &quot;Source Sans Pro&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; line-height: 1.33333; color: rgb(17, 24, 39); font-size: 1.5em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\">How do erectile dysfunction treatments work?</h2><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">In simple terms, the majority of oral erectile dysfunction (ED) treatments work by stopping blood vessels in the penis from constricting (getting tighter). This lets more blood flow to the penis after arousal, leading to firmer and longer-lasting erections.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">While they help you get and maintain an erection, they don’t make you more sexually stimulated. You need to be aroused already for it to work, as the medication affects physical processes in your body, not mental ones.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">To understand how ED treatments work in more detail, it’s important to know what happens in your body when you get an erection. This can be broken down into 4 stages:</p><p><span apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\">1. Nitric oxide release</span><span apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"color: rgb(63, 63, 70);\"></span></p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">When you become sexually aroused, nitric oxide (NO) is released from the spongy tissue in the penis.</p><p><span apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\">2. Guanylate activation</span><span apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"color: rgb(63, 63, 70);\"></span></p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">The release of NO activates an enzyme called guanylate cyclase. This results in increased levels of cyclic guanosine monophosphate (cGMP), a substance that relaxes the smooth muscle in the penis.<span style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; vertical-align: baseline; font-size: 12px; line-height: 0; position: relative; top: -0.5em;\"><a href=\"https://www.pharmica.co.uk/erectile-dysfunction/picking-the-right-ed-treatment#Sources\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">[2]</a></span></p><p><span apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; color: rgb(63, 63, 70);\">3. Increased blood flow</span><span apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"color: rgb(63, 63, 70);\"></span></p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">When cGMP relaxes the smooth muscles, more blood can flow into the penis, leading to an erection.<br><br></p><h2 id=\"DifferentEDTreatments\" apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"margin: 2em 0px 1em; font-family: &quot;Source Sans Pro&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; line-height: 1.33333; color: rgb(17, 24, 39); font-size: 1.5em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\">Comparing different erectile dysfunction treatments</h2><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">Oral medications are the most common treatments for erectile dysfunction (ED). However, non-oral alternatives are also available.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">Like many medications, ED treatments are available in branded and generic versions. Generic medications have the same effect, are as safe, and work in the same way as branded ones.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">Generic medications like sildenafil still need to be licensed by the Medicines and Healthcare products Regulatory Agency (MHRA) to ensure that they’re safe and effective before they can be prescribed in the UK.</p><h3 apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"margin: 1.6em 0px 0.6em; font-family: &quot;Source Sans Pro&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; line-height: 1.6; color: rgb(17, 24, 39); font-size: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\">Oral ED medication</h3><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">We prescribe four types of oral ED medication, based on their active ingredients: sildenafil, tadalafil, vardenafil, and avanafil.</p><h3 apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" font-weight:=\"\" 600=\"\" !important;\"=\"\" style=\"margin: 1.6em 0px 0.6em; font-family: &quot;Source Sans Pro&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; line-height: 1.6; color: rgb(17, 24, 39); font-size: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\">Sildenafil treatments</h3><h4 apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";\"=\"\" style=\"margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; font-family: &quot;Source Sans Pro&quot;, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-weight: 600; line-height: 1.5; color: rgb(17, 24, 39); font-size: 16px; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\">Sildenafil (Generic Viagra)</h4><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\"><a href=\"https://www.pharmica.co.uk/erectile-dysfunction/sildenafil/\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">Sildenafil</a>&nbsp;is the generic version of&nbsp;<a href=\"https://www.pharmica.co.uk/erectile-dysfunction/viagra/\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">Viagra</a>&nbsp;and&nbsp;<a href=\"https://www.pharmica.co.uk/erectile-dysfunction/viagra-connect/\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; transition: color, 0.2s, ease-out; color: rgb(39, 124, 111) !important; font-weight: 600 !important; --tw-text-opacity: 1 !important;\">Viagra Connect</a>. The active ingredient in it, as well as Viagra and Viagra Connect, is also called sildenafil.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">Sildenafil is a PDE-5 inhibitor, so it blocks the action of the PDE-5 enzyme. PDE-5 breaks down cGMP, a substance that relaxes the smooth muscle in the penis and lets more blood flow in, leading to an erection.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">By blocking PDE-5, Sildenafil causes more cGMP to stay in the penis, meaning longer-lasting and firmer erections.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">It takes around 30 minutes to 1 hour for it to start working. As it typically remains effective for 4 to 6 hours, Sildenafil can be taken as needed before sex and is better suited for planned sexual activity.</p><p apple=\"\" color=\"\" emoji\",=\"\" \"segoe=\"\" ui=\"\" symbol\",=\"\" \"noto=\"\" emoji\";=\"\" margin-right:=\"\" 20px=\"\" !important;\"=\"\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-left: 0px; color: rgb(63, 63, 70);\">It’s available in 25mg, 50mg, and 100mg options. 50mg is the recommended starting dose to treat ED. If</p>',1,'2025-11-10 21:46:08','2025-11-20 21:22:36',NULL,NULL),(4,'RelatedArticles2',NULL,'<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: \"Open Sans\", Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: \"Open Sans\", Arial, sans-serif; font-size: 14px; text-align: justify;\"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,</span></p>','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: \"Open Sans\", Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: \"Open Sans\", Arial, sans-serif; font-size: 14px; text-align: justify;\"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,</span></p>','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: \"Open Sans\", Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: \"Open Sans\", Arial, sans-serif; font-size: 14px; text-align: justify;\"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,</span></p>',1,'2025-11-10 21:56:19','2025-11-10 21:56:31',NULL,NULL);
/*!40000 ALTER TABLE `articles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `brand_options`
--

DROP TABLE IF EXISTS `brand_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `brand_options` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `brand_option_name` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `brand_id` bigint(20) unsigned NOT NULL,
  `brand_option_per_price` decimal(10,2) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `brand_options_brand_id_foreign` (`brand_id`),
  CONSTRAINT `brand_options_brand_id_foreign` FOREIGN KEY (`brand_id`) REFERENCES `brands` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `brand_options`
--

LOCK TABLES `brand_options` WRITE;
/*!40000 ALTER TABLE `brand_options` DISABLE KEYS */;
INSERT INTO `brand_options` VALUES (1,'Brand: Avianta',NULL,4,23.00,1,'2025-10-26 11:27:36','2025-10-26 11:27:36'),(2,'Brand: Accord',NULL,4,34.00,1,'2025-10-26 11:27:36','2025-10-26 11:27:36'),(3,'Generic',NULL,3,12.00,1,'2025-10-26 11:51:14','2025-10-26 11:51:14'),(4,'Generic',NULL,3,29.00,1,'2025-10-26 11:51:14','2025-10-26 11:51:14'),(7,'Orlistat (Generic Xenical)',NULL,6,21.00,1,'2025-12-22 19:28:01','2025-12-22 19:28:01'),(8,'Xenical (Branded - More Expensive)',NULL,6,51.00,1,'2025-12-22 19:28:01','2025-12-22 19:28:01');
/*!40000 ALTER TABLE `brand_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `brands`
--

DROP TABLE IF EXISTS `brands`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `brands` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `brand_name` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `brands`
--

LOCK TABLES `brands` WRITE;
/*!40000 ALTER TABLE `brands` DISABLE KEYS */;
INSERT INTO `brands` VALUES (1,'Sidenafil (Generic Viagra)','sidenafil-generic-viagra',1,'2025-10-25 22:01:00','2025-10-25 22:01:00'),(2,'Viagra (Branded - More Expensive)','viagra-branded-more-expensive',1,'2025-10-25 22:01:26','2025-10-25 22:01:26'),(3,'Generic','generic',1,'2025-10-26 11:00:34','2025-10-26 11:00:34'),(4,'Brand: Milphram','brand-milphram',1,'2025-10-26 11:26:36','2025-10-26 11:26:36'),(6,'Generic or Branded','generic-or-branded',1,'2025-12-22 19:26:54','2025-12-22 19:26:54');
/*!40000 ALTER TABLE `brands` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `categories`
--

DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `long_description` text DEFAULT NULL,
  `compare_treatments_description` text DEFAULT NULL,
  `consultation_btn_status` int(11) NOT NULL DEFAULT 0,
  `online_consultation_sections_status` int(11) NOT NULL DEFAULT 0,
  `top_dropdown_menu` varchar(255) DEFAULT NULL,
  `find_your_treatment_tab` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `meta_title` text DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `categories`
--

LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
INSERT INTO `categories` VALUES (1,'Erectile Dysfunction Releif','erectile-dysfunction-releif','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Clinically proven medication for erectile dysfunction</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Erectile dysfunction (ED)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a common condition that affects men of all ages. It occurs when a man has difficulty </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">achieving or maintaining an erection</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> firm enough for sexual activity. While it’s normal to experience occasional difficulties, ongoing ED can impact confidence, relationships, and wellbeing.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved ED treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — including </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Viagra (sildenafil)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cialis (tadalafil)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and other </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">PDE5 inhibitors</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that work by improving blood flow to the penis during arousal.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">These medications are effective for most men and can begin working in as little as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">30 minutes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, helping restore both sexual function and confidence. All prescriptions are issued following a </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">confidential online consultation</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> with a UK-registered prescriber.</span></p>',NULL,1,1,'[\"men-health\"]','[\"all-treatments\",\"popular\",\"men\"]',1,'2025-10-24 19:50:56','2025-11-24 22:58:07','Erectile Dysfunction TreatmentErectile Dysfunction Relief','Shop MHRA-approved erectile dysfunction treatments including Viagra and Cialis. Safe, effective, and prescribed online with discreet UK delivery.'),(2,'Weight Loss Management','weight-loss-management','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Clinically proven support for safe and effective weight loss</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Losing weight can be challenging, especially when lifestyle changes alone aren’t enough. At</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven weight loss treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">prescribed by UK-licensed healthcare professionals to help you reach and maintain a healthier body weight safely.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">GLP-1 weight loss treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Wegovy (semaglutide)</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Mounjaro (tirzepatide)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, work by mimicking the body’s natural appetite-regulating hormones. They help reduce hunger, improve portion control, and support long-term weight management when used alongside a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">balanced diet and regular exercise</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Studies show these treatments can help patients achieve</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">up to 22.5% reduction in body weight</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, with visible results over time when used consistently.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our clinical team provides</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ongoing support</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring your treatment plan is safe, effective, and tailored to your personal goals.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"women-health\"]','[\"women\"]',1,'2025-10-24 20:13:43','2025-11-24 22:57:31','Weight Loss Management | Wegovy & Mounjaro | ifeelshy® UK','Clinically proven weight loss injections including Wegovy and Mounjaro. Safe, effective, and prescribed online by UK healthcare professionals.'),(3,'Hair Loss','hair-loss','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Clinically proven solutions to prevent hair loss and support regrowth</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Hair loss</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">affects millions of men and women and can be caused by a range of factors, including</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">genetics, hormonal changes, stress, and ageing</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. While occasional shedding is normal, persistent thinning or receding hairlines may indicate a treatable condition such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">androgenetic alopecia (pattern baldness)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">that target the root causes of hair loss and help stimulate regrowth. Our most popular options include:</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Finasteride</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— a prescription tablet that blocks the production of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">DHT (dihydrotestosterone)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, a hormone responsible for shrinking hair follicles in men.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Regaine (Minoxidil)</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— a topical foam or solution that</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">stimulates hair follicles</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and promotes thicker hair growth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All treatments are supplied through our</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">licensed UK pharmacy</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and prescribed by qualified healthcare professionals following a short, confidential online consultation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,1,'[\"men-health\"]','[\"all-treatments\",\"popular\",\"men\"]',1,'2025-10-24 20:30:57','2025-11-24 22:56:57','Hair Loss | Regrow & Strengthen Hair | ifeelshy® UK Pharmacy','Clinically proven treatments for hair loss in men and women. Finasteride tablets and Regaine foam promote visible hair regrowth.'),(4,'Thrush Relief','thrush-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe and effective relief from genital thrush</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Thrush</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">is a common infection caused by the overgrowth of a naturally occurring yeast known as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Candida albicans</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. It can affect both</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">men and women</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, leading to uncomfortable symptoms such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">itching, soreness, irritation</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and a</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">thick white discharge</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">In women, symptoms often appear around the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">vaginal area</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, while men may experience redness and irritation on the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">penis</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Thrush is not considered a sexually transmitted infection, but it can be triggered or passed on through sexual contact, antibiotic use, or changes in natural body chemistry.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide a range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved thrush treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, including</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fluconazole capsules</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Canesten cream</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which work by targeting and eliminating the Candida fungus. Most infections clear within</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">2 to 3 days</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">when treated promptly.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All treatments are supplied through our</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">licensed UK pharmacy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, following a quick and confidential online consultation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"women-health\"]','[\"women\",\"sexual-health\"]',1,'2025-10-24 20:48:46','2025-11-24 22:56:14','Thrush Relief | Fast Relief for Yeast Infections | ifeelshy','Shop clinically proven thrush treatments at ifeelshy®. Fast-acting Fluconazole capsules and Canesten creams clear infections safely.'),(5,'Genital Herpes Management','genital-herpes-management','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Control and suppress the symptoms of genital herpes</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Genital herpes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a common </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sexually transmitted infection (STI)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> caused by the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">herpes simplex virus (HSV)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. It is characterised by periodic outbreaks of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">painful blisters</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sores</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> around the genital or anal area. The virus remains in the body for life, but symptoms can be effectively managed with antiviral medication.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Outbreaks may be triggered by </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">stress, illness, weakened immunity, or hormonal changes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and symptoms can last up to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">20 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> if untreated. Using antiviral medication early can help shorten outbreak duration, ease pain, and reduce viral shedding — lowering the risk of transmission to others.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven antiviral treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aciclovir</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Valaciclovir</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which target the herpes virus to speed up recovery and suppress future outbreaks. All products are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and prescribed by qualified UK healthcare professionals through a discreet, confidential online consultation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"general-health\"]','[\"sexual-health\"]',1,'2025-10-24 20:52:15','2025-11-24 22:55:40','Genital Herpes Management | Fast Relief for HSV | ifeelshy®','Shop clinically proven genital herpes treatments at ifeelshy®. Aciclovir and Valaciclovir tablets help clear outbreaks fast. Discreet UK delivery.'),(6,'Period Delay','period-delay','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safely and effectively delay your period</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">When an important </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">holiday, event, or celebration</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is approaching, your period can sometimes arrive at the least convenient moment. Fortunately, it’s possible to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">delay your period safely and naturally</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> with a clinically proven prescription treatment.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Norethisterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a synthetic hormone that mimics the body’s natural </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">progesterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, temporarily maintaining hormone levels to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">delay menstruation for up to 17 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Once the tablets are stopped, your period will usually start </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">within 2–3 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved Norethisterone tablets</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> prescribed by UK-licensed healthcare professionals following a quick and confidential online consultation. Whether you’re travelling, getting married, or attending a major event, this treatment offers reliable flexibility and peace of mind.</span></p>',NULL,1,0,'[\"women-health\",\"travel\"]','[\"all-treatments\",\"popular\",\"women\"]',1,'2025-10-24 21:02:27','2025-11-24 22:55:04','Period Delay | Delay Your Period Safely | ifeelshy® UK','Safely delay your period with clinically proven Norethisterone tablets. MHRA-approved and discreetly delivered from ifeelshy® UK pharmacy.'),(7,'Migraine Relief','migraine-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast and effective relief for migraine symptoms</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Migraines</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are a common neurological condition that can cause severe, throbbing headaches — often affecting one side of the head — accompanied by</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">nausea, vomiting</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, or</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sensitivity to light and sound</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Triggers vary from person to person and may include stress, hormonal changes, lack of sleep, dehydration, or certain foods. Symptoms can be debilitating, making reliable treatment essential for relief and recovery.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved migraine treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">designed to relieve pain quickly and help you get back to feeling like yourself. Options include</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Sumatriptan</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Zolmitriptan</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which work by narrowing blood vessels in the brain and blocking pain signals.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All medicines are prescribed by UK-licensed prescribers following a quick, confidential online consultation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"women-health\",\"travel\"]','[\"women\",\"other\"]',1,'2025-10-24 21:11:52','2025-11-24 22:54:19','Migraine Relief | Fast-Acting Relief | ifeelshy® UK Pharmacy','Shop clinically proven migraine tablets at ifeelshy®. Fast-acting relief for headaches, nausea, and other migraine symptoms.'),(8,'Daily Nutrition & Wellness','daily-nutrition-wellness','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Nutritional support for better health and wellbeing</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Vitamin and mineral deficiencies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can occur for many reasons — including </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">unbalanced diets, restricted eating patterns, medical conditions</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, or </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">malabsorption issues</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that affect the body’s ability to process nutrients effectively.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Getting the right balance of vitamins and minerals is essential to maintaining </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">energy levels, immune health, bone strength, and cognitive function</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Supplementing your diet can help bridge nutritional gaps and support long-term wellness.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock a carefully selected range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">high-quality, MHRA-approved vitamins and supplements</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, including our newly launched </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">OneVit</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> collection — formulated to help prevent deficiencies and promote physical and mental vitality.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All products are sourced from </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">trusted UK manufacturers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring safety, purity, and effectiveness with every purchase.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,NULL,NULL,1,'2025-10-24 21:35:39','2025-11-24 22:53:40','Daily Nutrition & Wellness | Support Health & Wellness','Shop high-quality vitamins and supplements at ifeelshy®. Prevent deficiencies and support your immune system, energy, and wellbeing.'),(9,'Premature Ejaculation Treatment','premature-ejaculation-treatment','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe and effective treatments to help delay climax</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Premature ejaculation (PE)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is one of the most common male sexual concerns, affecting men of all ages. It’s medically diagnosed when ejaculation occurs </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">within one to three minutes of sexual arousal or penetration</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, often before the individual or their partner desires.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While the condition is not usually harmful, it can cause stress, embarrassment, and relationship difficulties. Fortunately, there are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that can help men gain better control and confidence during sexual activity.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved premature ejaculation treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> designed to help delay climax safely and effectively. Our options include </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Priligy (Dapoxetine)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — the only oral treatment licensed for PE — and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">STUD 100 (Lidocaine)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> desensitising spray, which can reduce sensitivity and prolong pleasure.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All products are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">prescribed by UK-licensed healthcare professionals</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> following a simple, confidential online consultation.</span></p>',NULL,1,0,'[\"men-health\"]','[\"all-treatments\",\"men\"]',1,'2025-10-24 21:38:43','2025-11-24 22:52:40','Premature Ejaculation Treatment | Delay Spray & Tablets','Clinically proven premature ejaculation treatments from ifeelshy®. Priligy tablets and STUD 100 spray help men last up to 3× longer.'),(10,'Pain Relief','pain-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast, effective relief from head and body pain</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Pain</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">is one of the most common health concerns, affecting around</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">28 million adults in the UK</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. It can take many forms — from headaches and migraines to muscle aches, joint stiffness, or chronic back pain.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Living with pain can affect your ability to sleep, work, and enjoy daily activities. Fortunately, a range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven oral and topical treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">can help manage and reduce discomfort, restoring mobility and improving quality of life.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we supply</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved pain relief treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">from trusted, reputable brands. Whether you need fast-acting tablets for headaches, anti-inflammatory gels for muscle pain, or prescription options for chronic discomfort, you can find the right solution quickly and safely.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"men-health\",\"women-health\"]','[\"all-treatments\",\"men\",\"women\"]',1,'2025-10-24 21:50:02','2025-11-24 22:52:05','Pain Relief| Fast Head & Body Pain Relief | ifeelshy® UK','Discover fast, effective pain relief at ifeelshy®. Clinically proven tablets and gels to ease headaches, muscle, and joint pain. MHRA-approved treatments.'),(11,'Cold Sore Relief','cold-sore-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast and effective treatment for cold sores (HSV-1)</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cold sores</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are small, fluid-filled blisters that typically form on or around the lips. They are caused by the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Herpes Simplex Virus Type 1 (HSV-1)</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— a highly contagious but common infection that remains dormant in the body and can reactivate during times of stress, illness, or sun exposure.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Although cold sores usually clear within 7–10 days, they can be uncomfortable, painful, and cause self-consciousness. Starting treatment early can shorten healing time, reduce discomfort, and prevent the infection from spreading.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven antiviral medications</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aciclovir</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Valaciclovir</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which help to stop the virus from multiplying and speed up recovery. All treatments are</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and supplied through our discreet, licensed UK online pharmacy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"general-health\"]',NULL,1,'2025-10-24 21:52:53','2025-11-24 22:51:31','Cold Sore Treatment | Fast Relief for HSV-1 | ifeelshy® UK','Treat cold sores fast with ifeelshy®. Clinically proven antiviral tablets and creams relieve pain, reduce healing time, and prevent outbreaks.'),(12,'Emergency Hormonal Contraceptive','emergency-hormonal-contraceptive','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe, effective emergency contraception to prevent pregnancy</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you’ve had</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">unprotected sex</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">or your</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">contraception has failed</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">(for example, a split condom or missed pill), emergency contraception can safely and effectively help prevent pregnancy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide a quick, discreet, and confidential way to access the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">emergency contraceptive pill</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">— sometimes called the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><i><span class=\"15\" style=\"font-family: Calibri; font-size: 16pt;\">morning-after pill</span></i><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our treatments are</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">, clinically proven, and dispensed by qualified pharmacists.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">There are two main types of emergency contraceptive pills available in the UK:</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\nfont-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">ellaOne</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which can be taken</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">up to 5 days (120 hours)</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">after unprotected sex.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\nfont-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">Levonelle</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which can be taken</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">up to 3 days (72 hours)</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">after unprotected sex.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">Both options work by</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">delaying ovulation</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">, helping to prevent fertilisation from occurring.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">Start your</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"17\" style=\"font-family: Calibri; font-size: 16pt;\">online consultation</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">today for same-day dispatch and discreet UK delivery.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"women-health\"]','[\"women\"]',1,'2025-10-24 22:01:08','2025-11-24 22:42:41','Emergency Contraceptive Pill | Morning After Pill','Order the emergency contraceptive pill online at ifeelshy®. Safe, effective MHRA-approved morning-after pills like ellaOne and Levonelle.'),(13,'Menopause Related Treatments','menopause-related-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe and effective relief for menopausal symptoms</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Menopause</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a natural biological stage that occurs when the ovaries stop producing oocytes (eggs) and menstrual periods permanently cease. It typically affects women between the ages of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">45 and 55</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, although symptoms can start earlier during the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">perimenopause</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As hormone levels — particularly </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">oestrogen and progesterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — decline, many women experience uncomfortable symptoms including </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">vaginal dryness, itching, soreness</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">pain during sex</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. These changes are normal but can significantly affect comfort, confidence, and quality of life.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved Hormone Replacement Therapy (HRT)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">treatments to relieve these symptoms effectively. Localised HRT, such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Gina vaginal tablets</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, work by replacing lost oestrogen levels in the vaginal tissues, helping to restore natural balance, reduce dryness, and ease discomfort.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our treatments are supplied by trusted UK manufacturers and reviewed by qualified healthcare professionals to ensure safety and effectiveness.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"women-health\"]','[\"popular\",\"women\"]',1,'2025-10-24 22:17:21','2025-11-24 22:50:22','Menopause related Treatments | Relieve Menopausal Symptoms','Shop safe, effective menopause treatments at ifeelshy®. Clinically proven HRT tablets and creams relieve dryness and discomfort.'),(14,'Asthma Relief','asthma-relief','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Relieve asthma symptoms and breathe easier</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Asthma</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a common long-term </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">respiratory condition</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that causes inflammation and narrowing of the airways, leading to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">shortness of breath, wheezing, coughing</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">tightness in the chest</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Asthma symptoms can range from mild to severe and are often triggered by allergens, exercise, cold air, or respiratory infections. Managing asthma effectively helps prevent flare-ups and ensures you can breathe comfortably throughout the day.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven asthma treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> to help relieve symptoms quickly and improve breathing. Our range includes </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Ventolin (Salbutamol) inhalers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> for rapid symptom relief, as well as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aero Chamber spacers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> to help deliver medication more effectively.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All products are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and dispensed from licensed UK pharmacies to guarantee quality, safety, and reliability.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"respiratory-digestive\"]','[\"respiratory\"]',1,'2025-10-24 22:19:31','2025-11-24 22:49:51','Asthma Relief | Ventolin Inhalers & Spacers | ifeelshy® UK','Shop safe, effective asthma inhalers and spacers at ifeelshy®. Clinically proven Ventolin inhalers relieve wheezing and breathlessness fast.'),(15,'Stop Smoking Treatments','stop-smoking-treatments','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe, effective treatments to help you quit smoking</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Quitting smoking is one of the most important steps you can take to improve your long-term health — reducing the risk of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">heart disease, stroke, lung disease</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">cancer</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Nicotine addiction creates both</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">physical dependence</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">psychological reliance</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which can make quitting a difficult process. Fortunately, effective medical treatments are available to make it easier.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide a range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven stop-smoking treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">that help</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">suppress cravings</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">reduce withdrawal symptoms</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">increase your chances of success</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our treatments include</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Varenicline (Champix)</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and similar prescription options that work by blocking nicotine’s effects on the brain, helping you resist the urge to smoke. These medicines can</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">triple your likelihood of quitting successfully</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">when used alongside motivation and lifestyle support.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All medicines are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and prescribed after a quick online consultation with one of our licensed UK prescribers.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"respiratory-digestive\"]',NULL,1,'2025-10-24 22:21:38','2025-11-24 22:49:18','Stop Smoking Treatments | Quit Smoking Support | ifeelshy®','Clinically proven stop smoking treatments from ifeelshy®. Suppress cravings and manage withdrawal symptoms safely. Start your consultation today.'),(16,'Hay Fever Treatment','hay-fever-treatment','<p>Relieve the symptoms of hay fever with our range of treatments</p>','<p>Hay fever, also known as allergic rhinitis, is a common allergic condition which results in symptoms such as sneezing, coughing, a runny or blocked nose and itchy or watery eyes.</p><p><br></p><p>Our range of clinically proven hay fever tablets, nasal sprays and eye drops can help relieve symptoms quickly and reliably.</p>',NULL,1,0,'[\"general-health\",\"respiratory-digestive\"]','[\"respiratory\"]',1,'2025-10-24 22:31:09','2025-11-01 21:58:08',NULL,NULL),(17,'Sexual Health Treatments','sexual-health-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe, effective and discreet treatment for STIs</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Sexually transmitted infections (STIs)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are passed between partners through </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">unprotected sexual contact</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. In England, more than </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">640,000 cases</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are diagnosed each year — with </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">chlamydia</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> being one of the most common. Alarmingly, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">up to 70% of women</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">50% of men</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> with chlamydia may not experience any symptoms, making early testing and treatment vital.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved sexual health treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that are both </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">safe and discreet</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Our licensed UK prescribers review every consultation to ensure you receive the most appropriate treatment for your condition.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common infections such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">chlamydia</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">genital herpes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can be effectively managed with </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">prescription medicines</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, helping to relieve symptoms and prevent complications. We also stock a range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">preventive products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, including </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">condoms</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">lubricants</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, to help reduce the risk of infection and unwanted pregnancies.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,NULL,'[\"sexual-health\"]',1,'2025-10-24 22:43:07','2025-11-24 22:48:48','Sexual Health Treatments | Discreet STI Medication','Get safe, discreet sexual health treatments from ifeelshy®. Clinically proven medicines for chlamydia, herpes, and other common STIs.'),(18,'Genital Warts Relief','genital-warts-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Clear genital warts safely and effectively</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Genital warts</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are a common</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sexually transmitted infection (STI)</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">caused by the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">human papillomavirus (HPV)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. They typically appear as small, rough, or flesh-coloured bumps around the genital or anal area. While not usually painful, they can cause discomfort, itching, or irritation, and may spread through close skin-to-skin contact during sex.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven MHRA-approved treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">that work to stop HPV replication and clear visible warts effectively. Our online consultation makes it easy to get the right treatment discreetly, with medicines delivered directly to your door in plain packaging.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common treatments such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Warticon Solution</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Warticon Cream</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aldara Cream</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">can start to show visible improvement within</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">four weeks of use</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, helping restore comfort and confidence.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"general-health\"]','[\"all-treatments\",\"popular\",\"sexual-health\"]',1,'2025-10-24 22:44:53','2025-11-24 22:48:14','Genital Warts Relief | Fast, Clinically Proven Relief','Shop MHRA-approved genital warts treatments at ifeelshy®. Clear warts fast with Warticon or Aldara. Start your free online consultation today.'),(19,'Jet Lag Relief','jet-lag-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Reduce jet lag and recover faster after long-distance travel</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Travelling across multiple time zones can disrupt your body’s</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">natural sleep-wake rhythm</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, often resulting in</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">jet lag</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. This condition occurs when your internal body clock (circadian rhythm) struggles to adjust to a new time zone, leaving you feeling tired, unfocused, and irritable.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common symptoms include</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fatigue</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">difficulty concentrating</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">digestive issues</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">headaches</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sleep disturbances</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. While jet lag typically resolves within a few days, it can interfere with travel plans, work, or recovery after long flights.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we provide</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven jet lag treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">designed to help your body adapt more quickly and restore normal sleep patterns. These medicines work by gently resetting your internal clock, helping you</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fall asleep more easily</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">feel more alert</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">during the day.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">trusted UK online pharmacy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, all products we supply are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and dispensed by qualified pharmacists for your safety and peace of mind.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"travel\"]','[\"other\"]',1,'2025-10-24 23:03:38','2025-11-24 22:47:32','Jet Lag Relief | Beat Travel Fatigue | ifeelshy® UK Pharmacy','Shop clinically proven jet lag treatments at ifeelshy®. Reduce tiredness and sleep disruption when travelling across time zones. MHRA approved.'),(20,'Sleep Disorder Treatments','sleep-disorder-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Rest easy with clinically proven sleep aids</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">A good night’s sleep is essential for both your </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">physical and mental wellbeing</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. During sleep, the body repairs tissues, strengthens the immune system, and supports vital brain functions such as focus, memory, and decision-making.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Poor sleep or insomnia can impact concentration, mood, and long-term health — increasing the risk of conditions such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">heart disease, diabetes, and obesity</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved sleep treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> designed to help you fall asleep faster and enjoy more restorative rest. These treatments are intended for </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">short-term relief of insomnia</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and should be used alongside healthy sleep habits and relaxation techniques.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our licensed pharmacists are here to ensure that your chosen sleep aid is safe, suitable, and effective for your needs.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"travel\"]',NULL,1,'2025-10-24 23:05:36','2025-11-24 22:45:38','Sleep Disorder Treatments | Clinically Proven Sleep Aids','Shop effective sleep treatments at ifeelshy®. Clinically proven sleep aids to relieve insomnia and help you rest easier. Trusted UK online pharmacy.'),(21,'Stomach and Digestion Treatments','stomach-and-digestion-treatments','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Effective, clinically proven relief for gastric discomfort</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Digestive disorders</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are among the most common health issues, affecting up to</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">four in ten people</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">at any given time. Symptoms such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">heartburn, bloating, indigestion, and nausea</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">can be distressing, but with the right treatment they’re usually easy to manage.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a carefully curated range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved digestive health treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">to relieve gastric discomfort and promote better digestive balance. Whether you’re struggling with</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">acid reflux, IBS, or mild indigestion</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, our selection includes fast-acting and clinically trusted solutions from leading UK brands.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All treatments available through ifeelshy® are</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dispensed by qualified pharmacists</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and sourced from</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">regulated UK suppliers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring safe and effective care.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,NULL,NULL,1,'2025-10-24 23:07:22','2025-11-24 22:46:54','Stomach and Digestion Treatments | Relief for Gastric Issues','Shop clinically proven digestive system treatments at ifeelshy®. MHRA-approved medicines for heartburn, indigestion, and bloating relief.'),(22,'Condoms','condoms','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Comfortable, reliable, and effective contraception</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Condoms</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are one of the most effective and accessible forms of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">contraception</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">available, helping to prevent</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">pregnancy </span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">protect against sexually transmitted infections (STIs)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">They are suitable for both men and women, offering a safe and convenient way to enjoy intimacy with confidence. Modern condoms are designed for</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">comfort, sensitivity, and reliability</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and are made from high-quality materials such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">latex</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">or</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">non-latex polyisoprene</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">for those with sensitivities.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock a discreet selection of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">trusted, MHRA-approved condoms</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">from reputable brands including</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Durex</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Skyn</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">EXS</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, available in a variety of sizes, textures, and styles to suit your needs.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All orders are shipped in</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">plain, unbranded packaging</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">for your privacy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"men-health\"]','[\"men\"]',1,'2025-10-29 19:39:03','2025-11-24 22:44:51','Condoms | Safe, Comfortable Protection | ifeelshy®','Shop trusted condoms at ifeelshy®. Effective protection against pregnancy and STIs with Durex, Skyn, and EXS. Discreet UK delivery.'),(23,'Sexual Lubricants','sexual-lubricants','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Enhance comfort and intimacy with trusted lubricants</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While intimacy can be enjoyable without additional products, certain factors — such as&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">vaginal dryness, hormonal changes, medications, or stress</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;— can cause discomfort or irritation during sex.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">The use of a&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">high-quality lubricant</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;helps to&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">reduce friction</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">relieve dryness</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">increase pleasure</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;for both partners. Whether water-based, silicone-based, or natural formulations, lubricants can make intimate moments more comfortable and enjoyable.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a discreet range of&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically tested and body-safe lubricants</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;from trusted brands such as&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Durex</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">YES</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">K-Y Jelly</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. All our products are&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">manufactured to UK standards</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;and supplied in&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">plain, unmarked packaging</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">for your privacy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"men-health\"]','[\"all-treatments\",\"men\"]',1,'2025-10-29 19:43:33','2025-11-24 20:49:13',NULL,NULL),(24,'Weight Loss Treatment','weight-loss-treatment','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Clinically proven weight loss solutions with pharmacist support</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Losing weight can be challenging — but with the right treatment, guidance, and motivation, it’s possible to achieve lasting results safely.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven, MHRA-approved weight loss medications</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">that help regulate appetite and support healthy weight reduction when combined with a balanced diet and regular physical activity.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our available treatments include</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">GLP-1 receptor agonist injections</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Wegovy</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Mounjaro</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which work by reducing hunger and helping you feel fuller for longer. Clinical studies show that these treatments, when used under medical supervision, can significantly reduce body weight as part of a comprehensive lifestyle plan.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">You’ll also receive access to</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">pharmacist-led guidance</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, including practical tips, ongoing support, and safe medication management throughout your weight loss journey.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"men-health\"]','[\"all-treatments\",\"popular\",\"men\"]',1,'2025-10-29 19:47:09','2025-11-24 22:43:53','Weight Loss Treatments | Safe & Effective Options','Clinically proven weight loss treatments from ifeelshy®. Trusted UK pharmacy offering Wegovy, Mounjaro & expert pharmacist support.'),(25,'Cystitis Relief','cystitis-relief','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast-acting relief for urinary tract infections (UTIs)</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cystitis</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a common type of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">urinary tract infection (UTI)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that primarily affects women. Around half of all women experience cystitis at least once in their lifetime. The infection occurs when bacteria enter the urethra and reach the bladder, where they multiply and cause irritation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Typical symptoms include:</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-size:10.0000pt;mso-font-kerning:0.0000pt;\">· </span><!--[endif]--><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Pain or burning during urination</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-size:10.0000pt;mso-font-kerning:0.0000pt;\">· </span><!--[endif]--><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Needing to urinate more often than usual</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-size:10.0000pt;mso-font-kerning:0.0000pt;\">· </span><!--[endif]--><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Lower abdominal discomfort</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-size:10.0000pt;mso-font-kerning:0.0000pt;\">· </span><!--[endif]--><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Cloudy, dark, or strong-smelling urine</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Although cystitis is often mild and short-lived, it can cause significant discomfort. Increasing your water intake and taking appropriate </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can help flush out bacteria and relieve symptoms quickly.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved prescription treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> for cystitis, including </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Nitrofurantoin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Trimethoprim</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, both proven to treat bacterial urinary tract infections effectively and safely.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"women-health\"]','[\"popular\",\"women\"]',1,'2025-10-29 20:27:21','2025-11-24 22:43:17','Cystitis Treatment | Fast UTI Relief | ifeelshy® UK Pharmacy','Shop safe, effective cystitis treatments at ifeelshy®. Clinically proven medicines for fast UTI relief — discreet UK delivery from trusted pharmacists.'),(26,'Oral Contraceptive Pills','oral-contraceptive-pills','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe, reliable birth control for everyday confidence</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">The</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">contraceptive pill</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">is a highly effective and convenient way to prevent pregnancy. When taken correctly, it is</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">over 99% effective</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— offering peace of mind and flexible control over your reproductive health.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock a full range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved contraceptive pills</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, available after a quick and confidential online consultation. You can choose between:</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Combined oral contraceptive pills</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which contain synthetic versions of both</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">oestrogen</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">progesterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, or</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Progestogen-only pills (POPs)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, also known as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">mini-pills</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which contain only</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">progesterone</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and are suitable for women who cannot take oestrogen.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All our products are dispensed by qualified pharmacists from trusted UK suppliers, ensuring safety, efficacy, and professional care with every order.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Start your consultation today to find the pill that best suits your health and lifestyle.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"women-health\"]','[\"women\"]',1,'2025-10-29 20:29:57','2025-11-24 22:41:59','Oral Contraceptive Pills | Reliable Birth Control','Shop trusted contraceptive pills at ifeelshy®. MHRA-approved combined and mini pills that are 99% effective at preventing pregnancy.'),(27,'Intimate Care for Women','intimate-care-for-women','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe, effective, and discreet women’s health essentials</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">We understand that finding reliable </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">feminine care products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> online should be simple, discreet, and stress-free. At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we make it easy to access a full range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven women’s health products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> from trusted UK brands and regulated suppliers.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our collection includes both </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">prescription and non-prescription treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, carefully selected for safety, quality, and convenience. From </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">emergency contraception</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">pregnancy tests</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">period delay tablets</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">menstrual cups</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and everyday </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">intimate care</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we’ve got everything you need — all in one secure, professional place.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">With </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fast UK delivery</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, including </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">same-day dispatch options</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, you can order confidently from one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s most trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"women-health\"]','[\"women\"]',1,'2025-10-29 20:33:35','2025-11-24 22:41:25','Intimate Care for Women | Women’s Health & Contraception','Shop trusted feminine care products at ifeelshy®. From emergency contraception to period delay and pregnancy tests — safe, discreet UK delivery.'),(28,'Female Hair Loss Treatment','female-hair-loss-treatment','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Clinically proven treatments to prevent hair loss and promote regrowth</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Hair loss</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">is a common condition affecting both men and women, often caused by factors such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">genetics, hormonal changes, stress, or nutritional deficiencies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. While losing some hair daily is normal, persistent thinning or receding hairlines can affect confidence and self-esteem.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Fortunately,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven hair loss treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are available to slow down shedding, stimulate hair follicles, and encourage regrowth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer a range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved topical treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Minoxidil</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— a proven active ingredient that improves blood flow to the scalp and strengthens hair follicles to promote visible regrowth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Complete our quick online consultation to receive tailored treatment options suitable for your needs and hair type.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"women-health\"]','[\"women\"]',1,'2025-10-29 20:37:39','2025-11-24 22:40:48','Female Hair Loss Treatments | Regrow & Strengthen Hair','Shop clinically proven hair loss treatments at ifeelshy®. Effective topical solutions to prevent thinning and promote regrowth for men and women.'),(29,'Heartburn Relief','heartburn-relief','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Safe and effective relief from heartburn and indigestion</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Acid reflux</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, also known as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">gastro-oesophageal reflux disease (GORD)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, occurs when stomach acid travels up into the oesophagus, causing a</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">burning sensation in the chest (heartburn)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. This discomfort often appears after eating, lying down, or bending over.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While occasional heartburn is common, frequent acid reflux can be uncomfortable and may interfere with daily life. Fortunately, effective treatments are available to help reduce acid production and relieve symptoms.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven acid reflux medicines</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">includes</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">proton pump inhibitors (PPIs)</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">omeprazole</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">lansoprazole</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which reduce stomach acid and promote healing of the oesophagus.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we only stock</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">from trusted brands, ensuring you receive safe, effective relief from acid reflux and heartburn. Start a consultation today to find the right treatment for your symptoms.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"general-health\",\"respiratory-digestive\"]',NULL,1,'2025-10-29 20:41:30','2025-11-24 22:40:13','Fast Heartburn Relief | Acid Reflux Treatments | ifeelshy®','Shop effective acid reflux medicines at ifeelshy®. Clinically proven treatments to relieve heartburn and indigestion by reducing stomach acid.'),(30,'Antifungal Infection Treatments','antifungal-infection-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast, effective relief from fungal infections</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Fungal infections are very common and can affect different areas of the body, including the skin, nails, and mouth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While many fungi are harmless, some types can cause conditions such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">athlete’s foot</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ringworm</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, or </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">thrush</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, leading to symptoms like redness, itching, cracking, or peeling skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">When left untreated, fungal infections can spread or recur. Thankfully, our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven antifungal treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can stop fungal growth, relieve symptoms, and prevent reinfection.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock a selection of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved antifungal creams, sprays, and oral treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> from trusted UK brands such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Canesten</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Daktarin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Lamisil</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring safe and effective relief.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, all our antifungal medicines are carefully selected for quality and efficacy. Explore our full range below.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"general-health\"]',NULL,1,'2025-10-29 20:50:33','2025-11-24 22:36:50','Antifungal Treatments | Fast & Effective Relief | ifeelshy®','Shop trusted antifungal creams and treatments at ifeelshy®. Clinically proven solutions for athlete’s foot, ringworm, and thrush. Fast, effective relief.'),(31,'Cold and Flu Relief Treatments','cold-and-flu-relief-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast and effective relief from cold and flu symptoms</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Colds and flu are common viral infections that can make you feel tired, congested, and unwell. Symptoms may include </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sore throat, fever, headaches, body aches, runny or stuffy nose</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">a persistent cough</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While these illnesses usually pass within a week or two, the right treatment can significantly reduce discomfort and speed up recovery.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven cold and flu treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> helps to relieve symptoms quickly and safely. From </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">oral tablets and cough syrups</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">nasal sprays, dissolvable sachets, and soothing rubs</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we offer effective options from trusted UK brands.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> only stocks </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved medicines</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> designed to help you feel better, faster. Explore our full range below or start a consultation for personalised advice.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"general-health\",\"respiratory-digestive\"]','[\"popular\",\"respiratory\"]',1,'2025-10-29 20:52:17','2025-11-24 22:39:04','Cold & Flu Treatments | Fast Relief | ifeelshy® UK Pharmacy','Shop fast, effective cold and flu medicines at ifeelshy®. Clinically proven treatments to relieve fever, cough, sore throat, and congestion.'),(32,'Diabetes Care Devices','diabetes-care-devices','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Accurate, reliable tools for safe diabetes management</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Diabetes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a long-term condition where the body struggles to regulate blood sugar (glucose) levels due to a problem with </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">insulin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — a hormone that helps move glucose from the bloodstream into the body’s cells for energy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">When the body doesn’t produce enough insulin or becomes resistant to it, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">blood sugar levels can rise (hyperglycaemia)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, leading to symptoms such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">thirst, tiredness, blurry vision, or frequent urination</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Conversely, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">low blood sugar (hypoglycaemia)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can cause </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">shakiness, sweating, confusion, or dizziness</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Accurate monitoring is an essential part of diabetes care. Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved diabetes devices</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — including blood glucose monitors, testing strips, and lancets — helps you track your levels safely and confidently from home.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we only supply devices from trusted UK manufacturers that meet high clinical standards for </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">accuracy, reliability, and ease of use</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Explore our range below to support your daily diabetes management.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"general-health\"]',NULL,1,'2025-10-29 21:01:11','2025-11-24 22:38:11','Diabetes Devices | Blood Glucose Monitors & Testing','Shop MHRA-approved diabetes devices at ifeelshy®. Accurate blood glucose monitors, test strips, and lancets to help you manage diabetes safely.'),(33,'Ear Health','ear-health','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Effective, gentle relief for wax build-up and ear discomfort</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Healthy ears are essential for hearing and balance, but when they’re blocked, irritated, or infected, even everyday sounds can feel uncomfortable.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Excess ear wax</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can build up naturally due to narrow ear canals, age, or the use of hearing aids and earplugs — leading to earache, temporary hearing loss, or itching.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Ear infections</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are also common, often developing after a cold or when trapped water causes bacterial growth (as with swimmer’s ear).</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven ear care treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> helps to gently remove ear wax, soothe irritation, and relieve pain caused by infection or blockage.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> only stocks </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved ear care products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> from reputable manufacturers, ensuring safety, quality, and comfort. Explore our full range below to find the best option for your needs.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"general-health\"]',NULL,1,'2025-10-29 21:02:04','2025-11-24 22:36:10','Ear Care Treatments | Ear Wax & Infection Relief | ifeelshy','Shop trusted ear care treatments at ifeelshy®. Remove excess ear wax and relieve ear discomfort with safe, clinically proven UK pharmacy products.'),(34,'Home Health Testing Kits','home-health-testing-kits','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Reliable, high-quality health and wellbeing devices</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Many medical conditions require regular monitoring to help maintain good health and prevent complications. Whether you need to keep track of your </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">blood pressure</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">temperature</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, or </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">overall wellness</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, reliable health electricals can make daily monitoring simple, accurate, and stress-free.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock a carefully selected range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically tested electrical devices</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> designed to support everyday healthcare needs. From digital thermometers to blood pressure monitors and pulse oximeters, our range makes it easy to track key health indicators from home.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, all our electrical health products are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">manufactured by reputable brands</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">tested for safety, reliability, and accuracy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, giving you confidence in every reading.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Explore our full range below and find the right device to help you manage your health with ease.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,NULL,NULL,1,'2025-10-29 21:03:06','2025-11-24 22:37:27','Health Electricals | Monitors & Thermometers | ifeelshy® UK','Shop high-quality electrical health devices at ifeelshy®. Reliable blood pressure monitors, thermometers, and wellness tools from trusted UK brands.'),(35,'Eye Care Treatments','eye-care-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Effective, gentle care for dry, itchy, and tired eyes</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Your eyes are highly sensitive and can easily become irritated by environmental changes, allergens, or everyday strain. Common causes of eye discomfort include </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">pollen, pet dander, dust, contact lens solutions, or cosmetics</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Allergic conjunctivitis</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can lead to itching and redness, while </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dry eye</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> often results from reduced tear production — a problem that can worsen with age, screen use, or dry air. Spending too long staring at digital screens or in poor lighting can also lead to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">eyestrain</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, causing the eyes to feel tired or sore.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven eye care treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> provides fast, soothing relief from dryness, irritation, and allergy symptoms. From </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">lubricating eye drops</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">antihistamine solutions</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">cooling gels</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, each product is designed to protect and hydrate your eyes.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> stocks only </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved eye care products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> from reputable brands, ensuring safety, comfort, and quality. Explore our full range below.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"general-health\"]',NULL,1,'2025-10-29 21:04:08','2025-11-24 22:35:32','Eye Care Treatments | Dry & Itchy Eye Relief | ifeelshy® UK','Shop effective eye care treatments at ifeelshy®. Relieve dry, itchy, or irritated eyes with trusted UK pharmacy products approved by the MHRA.'),(36,'Fungal Nail Infection Treatment','fungal-nail-infection-treatment','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast-acting, clinically proven solutions for fungal nail infections</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fungal nail infections</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, also known as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">onychomycosis</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, occur when fungi overgrow and infect the nail bed, leading to</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">thickened, brittle, or discoloured nails</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. This common condition affects both fingernails and toenails but is more frequent on the feet due to warm, damp conditions that encourage fungal growth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Symptoms can include nail yellowing, roughness, and separation of the nail from the nail bed. If left untreated, the infection can spread and become harder to manage.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven antifungal nail treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">effectively target and eliminate infection. Products containing</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">amorolfine hydrochloride</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">work by disrupting fungal growth and promoting healthy nail regrowth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">from trusted UK brands such as</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Loceryl</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Curanail</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Amorolfine</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring safety, quality, and reliable results.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Start your consultation today to find the best antifungal treatment for you.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"general-health\"]',NULL,1,'2025-10-29 21:06:59','2025-11-24 22:39:38','Fungal Nail Treatments | Fast-Acting Relief | ifeelshy®','Shop effective fungal nail treatments at ifeelshy®. Clinically proven lacquers and solutions to treat discolouration and restore healthy nails.'),(37,'Haemorrhoid (Piles) Relief Treatments','haemorrhoid-piles-relief-treatments','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast, effective relief from haemorrhoids and discomfort</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Haemorrhoids, also known as piles, are swollen veins found inside or around the rectum and anus. They’re a very common condition, affecting millions of people in the UK, and can cause symptoms such as itching, pain, swelling, and occasional bleeding.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While haemorrhoids are rarely serious, they can be uncomfortable and distressing. Treatments such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Anusol</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Germoloids</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">can help by reducing inflammation, soothing irritation, and easing pain — helping you feel comfortable again quickly.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven haemorrhoid treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">includes soothing creams, ointments, and suppositories that provide targeted relief and promote healing.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">only stocks products approved by the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Medicines and Healthcare products Regulatory Agency (MHRA)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring safety, quality, and peace of mind.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Explore our full range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">piles treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">below.</span></p>',NULL,0,0,'[\"respiratory-digestive\"]','[\"respiratory\"]',1,'2025-10-29 21:15:02','2025-11-24 22:34:57','Piles (Haemorrhoids) Treatment | Fast Relief | ifeelshy® UK','Shop effective haemorrhoid (piles) treatments at ifeelshy®. Clinically proven creams and suppositories to relieve pain, itching, and inflammation fast.'),(38,'Scabies and Pubic Lice Relief Treatments','scabies-and-pubic-lice-relief-treatments','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast, safe, and effective relief from scabies and pubic lice</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Scabies and pubic lice are common skin infestations that cause intense itching, irritation, and discomfort.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Scabies</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">is caused by microscopic mites that burrow into the skin, leading to rashes and inflammation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Pubic lice</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">(also known as “crabs”) are small insects that live in coarse body hair, spreading easily through close physical contact.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Although these conditions are rarely serious, they are highly contagious and should be treated promptly to prevent spreading and reinfection.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven scabies and lice treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">provides fast, effective relief — eliminating parasites and soothing irritated skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All treatments available from</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and sourced from trusted UK manufacturers, ensuring safety, quality, and peace of mind.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Explore our full range below to find the most suitable treatment for you.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,NULL,NULL,1,'2025-10-29 21:16:06','2025-11-24 22:34:21','Scabies & Pubic Lice Treatment | Fast Relief | ifeelshy® UK','Shop effective treatments for scabies and pubic lice at ifeelshy®. Clinically proven, fast-acting solutions to eliminate parasites and relieve itching safely.'),(39,'Testing Kits','testing-kits','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Reliable, convenient, and discreet at-home health checks</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At-home testing kits are a quick, private, and reliable way to monitor important health parameters. They can help detect a variety of conditions such as infections, nutritional deficiencies, hormone changes, and fertility patterns — all from the comfort of your own home.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our selection of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically validated home testing kits</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> provides accurate results within minutes and allows you to make informed decisions about your health.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">From pregnancy and ovulation tests to cholesterol, iron, and menopause checks, each kit is designed for </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ease of use, accuracy, and full privacy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> offers only certified testing kits from reputable brands, ensuring high reliability and peace of mind.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Browse our full range below and take the first step toward understanding your health better.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,NULL,NULL,1,'2025-10-29 21:19:54','2025-11-24 22:33:43','Home Testing Kits | Fast, Reliable Results | UK Online Ph','Shop discreet home testing kits at ifeelshy®. Accurate, easy-to-use health tests for infections, fertility, menopause, and more. Trusted UK pharmacy service.'),(40,'Constipation Relief Treatments','constipation-relief-treatments','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast, gentle, and effective relief from constipation</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Constipation is a common digestive condition that can affect anyone at any age. It often means you’re passing stools less frequently than usual, or that bowel movements are hard or difficult to pass. Common causes include dehydration, a low-fibre diet, lack of exercise, or certain medications.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven constipation treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">includes gentle laxatives and stool softeners that help relieve discomfort and restore regularity. Whether you need fast-acting relief or ongoing bowel support, our treatments are formulated to work safely and effectively.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we only stock products from trusted UK brands such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Dulcolax</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fybogel</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Movicol</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring the highest standards of quality and care.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Explore our full range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">constipation relief treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">below.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"respiratory-digestive\"]',NULL,1,'2025-10-29 21:35:25','2025-11-24 22:32:58','Constipation Treatments | Fast & Gentle Relief | UK Pharmacy','Shop gentle, effective constipation treatments at ifeelshy®. Clinically proven laxatives and softeners to relieve discomfort and restore regularity.'),(41,'Diarrhoea Relief Treatments','diarrhoea-relief-treatments','<h3><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Fast, safe, and effective relief from diarrhoea</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></h3>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Diarrhoea is a common digestive issue that almost everyone experiences at some point. It typically lasts a few days but can cause discomfort, dehydration, and fatigue. Common triggers include infections, changes in diet, or food intolerance.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While mild cases often resolve on their own, effective treatment can relieve symptoms faster and restore normal digestion.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">That’s why we’ve curated a range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven diarrhoea treatments</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">from trusted UK brands such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Imodium</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Dioralyte</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— formulated to quickly reduce symptoms and help your body rehydrate naturally.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ifeelshy® only stocks treatments manufactured to the highest safety and quality standards. Explore our full range of diarrhoea treatments below.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"respiratory-digestive\",\"travel\"]','[\"other\"]',1,'2025-10-29 21:37:10','2025-11-24 22:32:23','Diarrhoea Treatments | Fast Relief | UK Online Pharmacy','Shop clinically proven diarrhoea treatments from trusted UK brands like Imodium and Dioralyte. Relieve symptoms fast and restore hydration safely.'),(42,'IBS Relief Treatments','ibs-relief-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Effective relief from bloating, cramping, and digestive discomfort</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Irritable Bowel Syndrome (IBS)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a common digestive condition that affects around </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1 in 10 people in the UK</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. It causes episodes of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">abdominal pain, bloating, cramping, and changes in bowel habits</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, such as diarrhoea or constipation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">IBS can be uncomfortable and sometimes distressing, but with the right management, most people can control their symptoms effectively.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven IBS treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> helps to relieve abdominal discomfort, reduce bloating, and regulate digestion. Whether your symptoms are triggered by stress, diet, or sensitivity to certain foods, our treatments offer fast and reliable relief.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> from trusted brands such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Buscopan</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Colpermin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Peppermint Oil</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring quality, safety, and effectiveness. Explore our full range below to find the best solution for your needs.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"respiratory-digestive\"]',NULL,1,'2025-10-29 21:39:12','2025-11-24 22:31:49','IBS Treatments | Relieve Bloating & Pain | ifeelshy® UK Ph','Shop effective IBS treatments at ifeelshy®. Clinically proven options to relieve bloating, cramps, diarrhoea and constipation symptoms fast.'),(43,'Malaria Prevention Treatments','malaria-prevention-treatments','<p>Stay safe with our range of anti-malaria treatments</p>','<h3><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Stay safe with our effective anti-malaria tablets and prevention options</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></h3><p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Malaria</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">is a serious, sometimes life-threatening disease spread by mosquito bites in tropical and subtropical regions — including</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Sub-Saharan Africa, South America, Asia, and parts of India</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Symptoms typically include</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fever, headache, chills, muscle pain, fatigue, and vomiting</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. While malaria is preventable and treatable, it requires the right medication before and during travel to high-risk areas.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven anti-malaria treatments</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">provides safe, effective protection for travellers. These prescription medicines prevent malaria parasites from developing in the bloodstream, offering vital protection throughout your trip.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we stock trusted anti-malarial tablets including</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Malarone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Lariam</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Atovaquone/Proguanil</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, all</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and sourced from reputable UK manufacturers.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you’re planning to travel abroad, start your consultation today to ensure you receive the most suitable medication based on your destination and medical history.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"travel\"]','[\"other\"]',1,'2025-10-29 21:41:29','2025-11-24 22:31:10','Anti-Malaria Tablets | Travel Health Protection | ifeelshy®','Shop trusted anti-malaria tablets at ifeelshy®. Clinically proven prevention with Malarone, Lariam & Atovaquone/Proguanil for safe travel abroad.'),(44,'Personal Protection Equipment','personal-protection-equipment','<p>Keep yourself and your loved ones safe with trustworthy PPE</p>','<p>Personal protective equipment (PPE) is protective clothing used to protect the wearer against contagious respiratory illnesses. PPE is worn by medical professionals and their patients to significantly reduce the risk of infection, and can also be worn by members of the public to help protect themselves from contagious viruses.</p><p><br></p><p>Our range of PPE includes surgical masks, hand sanitisers and electronic thermometers - all of which can help keep you and your loved ones safe.</p><p><br></p><p>As one of the UK’s trusted online pharmacies, we only stock PPE that is certified and approved by the Medicine and Healthcare products Regulatory Agency (MHRA) and checked for quality.</p>',NULL,0,0,NULL,'[\"popular\",\"respiratory\"]',1,'2025-10-29 21:49:36','2025-11-01 20:32:20',NULL,NULL),(45,'Acne Care Treatments','acne-care-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;mso-outline-level:3;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 18pt;\">Effective treatment for the root causes of acne</span></b><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 18pt;\"><o:p></o:p></span></b></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Acne</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is a common skin condition that affects most people at some stage in their lives. It’s typically characterised by </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">whiteheads, blackheads, oily skin, and inflamed spots</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> that appear on the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">face, chest, back, or shoulders</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">For many, acne can be more than just a cosmetic issue — it can affect confidence and self-esteem. Fortunately, with the right treatment, acne can be managed effectively and the risk of scarring reduced.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven acne treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> targets the underlying causes of acne — reducing oil production, clearing blocked pores, and fighting bacteria that cause inflammation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">At </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we supply trusted prescription-strength treatments such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Epiduo</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Differin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which are proven to rapidly improve skin appearance and help prevent future breakouts.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, all our acne products are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and sourced from reputable pharmaceutical manufacturers.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Start your online consultation today to find the most suitable treatment for your skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,1,0,'[\"skin-care\"]','[\"popular\",\"women\"]',1,'2025-10-29 21:53:27','2025-11-24 22:30:15','Acne Treatments | Fast, Effective Skincare | ifeelshy®','Shop trusted acne treatments at ifeelshy®. Clinically proven creams and gels, including Epiduo and Differin, to help clear spots and prevent breakouts.'),(46,'Eczema Relief Treatments','eczema-relief-treatments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Treat eczema reliably with our range of soothing and effective treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:20.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Eczema, also known as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">atopic dermatitis</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, is a common skin condition affecting around one in ten adults in the UK. It causes </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dry, itchy, red, and sometimes cracked skin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which can flare up due to triggers such as allergens, irritants, temperature changes, or stress.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Managing eczema requires regular care and the right skincare products. Our range of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven eczema treatments</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is designed to relieve symptoms, reduce inflammation, and keep your skin comfortably hydrated.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">We stock a wide selection of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">eczema creams, ointments, and emollients</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> from trusted brands known for their dermatological expertise. These formulations help calm irritation, repair the skin barrier, and lock in essential moisture — helping you manage flare-ups effectively.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we only supply </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">eczema treatments formulated by reputable and clinically supported manufacturers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Browse our full range below to find the best solution for your skin’s needs.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"skin-care\"]',NULL,1,'2025-10-29 22:08:56','2025-11-24 22:29:35','Eczema Treatments | Relieve Itchy, Dry Skin | UK Pharmacy','Shop trusted eczema creams and emollients to soothe dry, itchy skin. Clinically tested formulas from leading brands. Fast relief, safe, and effective.'),(47,'Hand Care Creams','hand-care-creams','<p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 20pt;\">Keep your hands soft, smooth, and comfortable</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:20.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our hands are exposed to soaps, detergents, and environmental changes every day — all of which can strip away natural oils and leave skin dry, tight, or irritated. Regular hydration is essential to keep hands soft, smooth, and healthy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">That’s why we’ve curated a range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">hand creams and lotions</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">from trusted skincare brands such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aveeno</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">E45</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, designed to restore moisture, relieve dryness, and support the skin’s natural barrier.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dermatologically tested</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">hand creams provide fast-absorbing hydration suitable for</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dry, sensitive, or rough skin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Whether you need lightweight daily care or rich overnight moisture, we have options that deliver visible results from the first use.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we only stock</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">hand creams formulated by reputable manufacturers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, ensuring high quality and peace of mind with every purchase. Explore our full range below.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"respiratory-digestive\",\"travel\",\"skin-care\"]','[\"all-treatments\",\"men\"]',1,'2025-10-29 22:10:00','2025-11-24 22:29:07','Hand Creams & Lotions | Soothing Hydration | UK Pharmacy','Shop dermatologist-tested hand creams from trusted brands like Aveeno. Soothe dry, sensitive hands and restore softness with effective daily hydration.'),(48,'Skin Moisturiser Treatments','skin-moisturiser-treatments','<h4><p class=\"p\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 22pt;\">Keep your skin healthy, hydrated, and smooth</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:22.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p></h4>','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Dry or itchy skin can be uncomfortable and sometimes affect your confidence. Whether caused by cold weather, frequent washing, or sensitive skin, keeping your skin well-moisturised is essential for comfort and long-term health.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Our carefully selected range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">moisturisers, creams, oils, and lotions</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">includes options from trusted brands such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">E45</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aveeno</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, formulated to leave your skin feeling</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">hydrated, soft, and healthy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">These</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dermatologist-recommended</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">products offer</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically proven hydration</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and advanced skincare support, helping to protect and restore your skin’s natural barrier.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">As one of the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, we only stock moisturisers formulated by reputable manufacturers. Explore our full range below and find the ideal formula for your skin type.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',NULL,0,0,'[\"general-health\",\"skin-care\"]','[\"women\",\"respiratory\"]',1,'2025-10-29 22:10:58','2025-11-24 22:28:36','Moisturisers & Lotions | Hydrating Skincare | UK Pharmacy','Shop moisturisers, creams and lotions from trusted brands like E45 and Aveeno. Keep your skin hydrated, soft, and healthy with clinically proven skincare.'),(49,'Sun Protection Creams','sun-protection-creams','<h4><span class=\"15\" style=\"\"><b>Effective protection from the sun</b></span></h4>','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">Enjoying the sunshine is one of life’s simple pleasures — but too much exposure can be harmful.</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">Sunburn</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">isn’t just uncomfortable; it can accelerate</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">skin ageing</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">and increase the risk of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">skin cancer</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">over time.<br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">The good news is that sun damage is entirely preventable. By applying a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">high-quality sunscreen</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">regularly, you can keep your skin healthy, protected, and youthful.<br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">Our range of</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">sun protection products</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">, from trusted brands such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">Nivea</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">Piz Buin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">, includes</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">creams, sprays, and aftersun lotions</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">to help you stay safe whether you’re at home, on holiday, or spending time outdoors.<br></span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">As one of the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">UK’s trusted online pharmacies</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">, we only stock</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">dermatologically tested and clinically proven sun protection formulas</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">made by reputable manufacturers. Explore our full range below and find the SPF and formulation that best suits your skin type.</span></h5>',NULL,0,0,'[\"women-health\",\"travel\",\"skin-care\"]','[\"women\",\"sexual-health\"]',1,'2025-10-29 22:12:00','2025-11-24 22:28:02','Sun Creams & Aftersun | Effective Sun Protection','Shop trusted sun creams, sprays and aftersun lotions from brands like Nivea and Piz Buin. Protect your skin from sunburn, ageing, and UV damage.');
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_consultation_tab_type`
--

DROP TABLE IF EXISTS `category_consultation_tab_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_consultation_tab_type` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` bigint(20) unsigned NOT NULL,
  `consultation_tab_type_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `category_consultation_tab_type_category_id_foreign` (`category_id`),
  KEY `category_consultation_tab_type_consultation_tab_type_id_foreign` (`consultation_tab_type_id`),
  CONSTRAINT `category_consultation_tab_type_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE,
  CONSTRAINT `category_consultation_tab_type_consultation_tab_type_id_foreign` FOREIGN KEY (`consultation_tab_type_id`) REFERENCES `consultation_tab_types` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_consultation_tab_type`
--

LOCK TABLES `category_consultation_tab_type` WRITE;
/*!40000 ALTER TABLE `category_consultation_tab_type` DISABLE KEYS */;
INSERT INTO `category_consultation_tab_type` VALUES (1,49,1,NULL,NULL),(2,49,2,NULL,NULL);
/*!40000 ALTER TABLE `category_consultation_tab_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_find_your_treatment_tabs`
--

DROP TABLE IF EXISTS `category_find_your_treatment_tabs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_find_your_treatment_tabs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` bigint(20) unsigned NOT NULL,
  `tab_name` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `category_find_your_treatment_tabs_category_id_foreign` (`category_id`),
  CONSTRAINT `category_find_your_treatment_tabs_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=208 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_find_your_treatment_tabs`
--

LOCK TABLES `category_find_your_treatment_tabs` WRITE;
/*!40000 ALTER TABLE `category_find_your_treatment_tabs` DISABLE KEYS */;
INSERT INTO `category_find_your_treatment_tabs` VALUES (9,44,'popular','2025-11-01 20:32:20','2025-11-01 20:32:20'),(10,44,'respiratory','2025-11-01 20:32:20','2025-11-01 20:32:20'),(49,16,'respiratory','2025-11-01 21:58:08','2025-11-01 21:58:08'),(123,23,'all-treatments','2025-11-24 20:49:13','2025-11-24 20:49:13'),(124,23,'men','2025-11-24 20:49:13','2025-11-24 20:49:13'),(157,49,'women','2025-11-24 22:28:02','2025-11-24 22:28:02'),(158,49,'sexual-health','2025-11-24 22:28:02','2025-11-24 22:28:02'),(159,48,'women','2025-11-24 22:28:36','2025-11-24 22:28:36'),(160,48,'respiratory','2025-11-24 22:28:36','2025-11-24 22:28:36'),(161,47,'all-treatments','2025-11-24 22:29:07','2025-11-24 22:29:07'),(162,47,'men','2025-11-24 22:29:07','2025-11-24 22:29:07'),(163,45,'popular','2025-11-24 22:30:15','2025-11-24 22:30:15'),(164,45,'women','2025-11-24 22:30:15','2025-11-24 22:30:15'),(165,43,'other','2025-11-24 22:31:10','2025-11-24 22:31:10'),(166,41,'other','2025-11-24 22:32:23','2025-11-24 22:32:23'),(167,37,'respiratory','2025-11-24 22:34:57','2025-11-24 22:34:57'),(168,31,'popular','2025-11-24 22:39:04','2025-11-24 22:39:04'),(169,31,'respiratory','2025-11-24 22:39:04','2025-11-24 22:39:04'),(170,28,'women','2025-11-24 22:40:48','2025-11-24 22:40:48'),(171,27,'women','2025-11-24 22:41:25','2025-11-24 22:41:25'),(172,26,'women','2025-11-24 22:41:59','2025-11-24 22:41:59'),(173,12,'women','2025-11-24 22:42:41','2025-11-24 22:42:41'),(174,25,'popular','2025-11-24 22:43:17','2025-11-24 22:43:17'),(175,25,'women','2025-11-24 22:43:17','2025-11-24 22:43:17'),(176,24,'all-treatments','2025-11-24 22:43:53','2025-11-24 22:43:53'),(177,24,'popular','2025-11-24 22:43:53','2025-11-24 22:43:53'),(178,24,'men','2025-11-24 22:43:53','2025-11-24 22:43:53'),(179,22,'men','2025-11-24 22:44:51','2025-11-24 22:44:51'),(180,19,'other','2025-11-24 22:47:32','2025-11-24 22:47:32'),(181,18,'all-treatments','2025-11-24 22:48:14','2025-11-24 22:48:14'),(182,18,'popular','2025-11-24 22:48:14','2025-11-24 22:48:14'),(183,18,'sexual-health','2025-11-24 22:48:14','2025-11-24 22:48:14'),(184,17,'sexual-health','2025-11-24 22:48:48','2025-11-24 22:48:48'),(185,14,'respiratory','2025-11-24 22:49:51','2025-11-24 22:49:51'),(186,13,'popular','2025-11-24 22:50:22','2025-11-24 22:50:22'),(187,13,'women','2025-11-24 22:50:22','2025-11-24 22:50:22'),(188,10,'all-treatments','2025-11-24 22:52:05','2025-11-24 22:52:05'),(189,10,'men','2025-11-24 22:52:05','2025-11-24 22:52:05'),(190,10,'women','2025-11-24 22:52:05','2025-11-24 22:52:05'),(191,9,'all-treatments','2025-11-24 22:52:40','2025-11-24 22:52:40'),(192,9,'men','2025-11-24 22:52:40','2025-11-24 22:52:40'),(193,7,'women','2025-11-24 22:54:19','2025-11-24 22:54:19'),(194,7,'other','2025-11-24 22:54:19','2025-11-24 22:54:19'),(195,6,'all-treatments','2025-11-24 22:55:04','2025-11-24 22:55:04'),(196,6,'popular','2025-11-24 22:55:04','2025-11-24 22:55:04'),(197,6,'women','2025-11-24 22:55:04','2025-11-24 22:55:04'),(198,5,'sexual-health','2025-11-24 22:55:40','2025-11-24 22:55:40'),(199,4,'women','2025-11-24 22:56:14','2025-11-24 22:56:14'),(200,4,'sexual-health','2025-11-24 22:56:14','2025-11-24 22:56:14'),(201,3,'all-treatments','2025-11-24 22:56:57','2025-11-24 22:56:57'),(202,3,'popular','2025-11-24 22:56:57','2025-11-24 22:56:57'),(203,3,'men','2025-11-24 22:56:57','2025-11-24 22:56:57'),(204,2,'women','2025-11-24 22:57:31','2025-11-24 22:57:31'),(205,1,'all-treatments','2025-11-24 22:58:07','2025-11-24 22:58:07'),(206,1,'popular','2025-11-24 22:58:07','2025-11-24 22:58:07'),(207,1,'men','2025-11-24 22:58:07','2025-11-24 22:58:07');
/*!40000 ALTER TABLE `category_find_your_treatment_tabs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_online_consultation_sections`
--

DROP TABLE IF EXISTS `category_online_consultation_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_online_consultation_sections` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL,
  `top_title` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `user_description` text DEFAULT NULL,
  `user_image` varchar(255) DEFAULT NULL,
  `takes_icon_image` varchar(255) DEFAULT NULL,
  `confidential_icon_image` varchar(255) DEFAULT NULL,
  `checkout_icon_image` varchar(255) DEFAULT NULL,
  `customer_icon_image` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `category_online_consultation_sections_product_id_foreign` (`product_id`),
  CONSTRAINT `category_online_consultation_sections_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_online_consultation_sections`
--

LOCK TABLES `category_online_consultation_sections` WRITE;
/*!40000 ALTER TABLE `category_online_consultation_sections` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_online_consultation_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `category_top_dropdown_menus`
--

DROP TABLE IF EXISTS `category_top_dropdown_menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `category_top_dropdown_menus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` bigint(20) unsigned NOT NULL,
  `tab_name` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `category_top_dropdown_menus_category_id_foreign` (`category_id`),
  CONSTRAINT `category_top_dropdown_menus_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=200 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `category_top_dropdown_menus`
--

LOCK TABLES `category_top_dropdown_menus` WRITE;
/*!40000 ALTER TABLE `category_top_dropdown_menus` DISABLE KEYS */;
INSERT INTO `category_top_dropdown_menus` VALUES (39,16,'general-health','2025-11-01 21:58:08','2025-11-01 21:58:08'),(40,16,'respiratory-digestive','2025-11-01 21:58:08','2025-11-01 21:58:08'),(126,23,'men-health','2025-11-24 20:49:13','2025-11-24 20:49:13'),(148,49,'women-health','2025-11-24 22:28:02','2025-11-24 22:28:02'),(149,49,'travel','2025-11-24 22:28:02','2025-11-24 22:28:02'),(150,49,'skin-care','2025-11-24 22:28:02','2025-11-24 22:28:02'),(151,48,'general-health','2025-11-24 22:28:36','2025-11-24 22:28:36'),(152,48,'skin-care','2025-11-24 22:28:36','2025-11-24 22:28:36'),(153,47,'respiratory-digestive','2025-11-24 22:29:07','2025-11-24 22:29:07'),(154,47,'travel','2025-11-24 22:29:07','2025-11-24 22:29:07'),(155,47,'skin-care','2025-11-24 22:29:07','2025-11-24 22:29:07'),(156,46,'skin-care','2025-11-24 22:29:35','2025-11-24 22:29:35'),(157,45,'skin-care','2025-11-24 22:30:15','2025-11-24 22:30:15'),(158,43,'travel','2025-11-24 22:31:10','2025-11-24 22:31:10'),(159,42,'respiratory-digestive','2025-11-24 22:31:49','2025-11-24 22:31:49'),(160,41,'respiratory-digestive','2025-11-24 22:32:23','2025-11-24 22:32:23'),(161,41,'travel','2025-11-24 22:32:23','2025-11-24 22:32:23'),(162,40,'respiratory-digestive','2025-11-24 22:32:58','2025-11-24 22:32:58'),(163,37,'respiratory-digestive','2025-11-24 22:34:57','2025-11-24 22:34:57'),(164,35,'general-health','2025-11-24 22:35:32','2025-11-24 22:35:32'),(165,33,'general-health','2025-11-24 22:36:10','2025-11-24 22:36:10'),(166,30,'general-health','2025-11-24 22:36:50','2025-11-24 22:36:50'),(168,32,'general-health','2025-11-24 22:38:11','2025-11-24 22:38:11'),(169,31,'general-health','2025-11-24 22:39:04','2025-11-24 22:39:04'),(170,31,'respiratory-digestive','2025-11-24 22:39:04','2025-11-24 22:39:04'),(171,36,'general-health','2025-11-24 22:39:38','2025-11-24 22:39:38'),(172,29,'general-health','2025-11-24 22:40:13','2025-11-24 22:40:13'),(173,29,'respiratory-digestive','2025-11-24 22:40:13','2025-11-24 22:40:13'),(174,28,'women-health','2025-11-24 22:40:48','2025-11-24 22:40:48'),(175,27,'women-health','2025-11-24 22:41:25','2025-11-24 22:41:25'),(176,26,'women-health','2025-11-24 22:41:59','2025-11-24 22:41:59'),(177,12,'women-health','2025-11-24 22:42:41','2025-11-24 22:42:41'),(178,25,'women-health','2025-11-24 22:43:17','2025-11-24 22:43:17'),(179,24,'men-health','2025-11-24 22:43:53','2025-11-24 22:43:53'),(180,22,'men-health','2025-11-24 22:44:51','2025-11-24 22:44:51'),(181,20,'travel','2025-11-24 22:45:38','2025-11-24 22:45:38'),(182,19,'travel','2025-11-24 22:47:32','2025-11-24 22:47:32'),(183,18,'general-health','2025-11-24 22:48:14','2025-11-24 22:48:14'),(184,15,'respiratory-digestive','2025-11-24 22:49:18','2025-11-24 22:49:18'),(185,14,'respiratory-digestive','2025-11-24 22:49:51','2025-11-24 22:49:51'),(186,13,'women-health','2025-11-24 22:50:22','2025-11-24 22:50:22'),(187,11,'general-health','2025-11-24 22:51:31','2025-11-24 22:51:31'),(188,10,'men-health','2025-11-24 22:52:05','2025-11-24 22:52:05'),(189,10,'women-health','2025-11-24 22:52:05','2025-11-24 22:52:05'),(190,9,'men-health','2025-11-24 22:52:40','2025-11-24 22:52:40'),(191,7,'women-health','2025-11-24 22:54:19','2025-11-24 22:54:19'),(192,7,'travel','2025-11-24 22:54:19','2025-11-24 22:54:19'),(193,6,'women-health','2025-11-24 22:55:04','2025-11-24 22:55:04'),(194,6,'travel','2025-11-24 22:55:04','2025-11-24 22:55:04'),(195,5,'general-health','2025-11-24 22:55:40','2025-11-24 22:55:40'),(196,4,'women-health','2025-11-24 22:56:14','2025-11-24 22:56:14'),(197,3,'men-health','2025-11-24 22:56:57','2025-11-24 22:56:57'),(198,2,'women-health','2025-11-24 22:57:31','2025-11-24 22:57:31'),(199,1,'men-health','2025-11-24 22:58:07','2025-11-24 22:58:07');
/*!40000 ALTER TABLE `category_top_dropdown_menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `consultation_answers`
--

DROP TABLE IF EXISTS `consultation_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `consultation_answers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `consultation_question_id` bigint(20) unsigned NOT NULL,
  `answer` text DEFAULT NULL,
  `btn_status` enum('yes','no') NOT NULL DEFAULT 'yes',
  `color` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `consultation_answers_consultation_question_id_foreign` (`consultation_question_id`),
  CONSTRAINT `consultation_answers_consultation_question_id_foreign` FOREIGN KEY (`consultation_question_id`) REFERENCES `consultation_questions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=293 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `consultation_answers`
--

LOCK TABLES `consultation_answers` WRITE;
/*!40000 ALTER TABLE `consultation_answers` DISABLE KEYS */;
INSERT INTO `consultation_answers` VALUES (1,1,'We are unable to supply you with medication for erectile dysfunction. Please consult your GP or doctor.','no','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(2,2,'You are eligible for treatment, however, be aware that consuming alcoholic drinks and/or smoking can make erectile dysfunction worse.','yes','alert-success',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(3,3,'As you have not previously taken any erectile dysfunction medication, we will not be able to supply you with a high-strength treatment. You must try a standard-strength treatment at least 4 times to be eligible for a high-strength treatment.','no','alert-warning',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(4,4,'It does not appear that you have erectile dysfunction. We are unable to supply you with treatment. Please consult your GP or doctor for more information.','no','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(5,5,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(6,6,'We are unable to supply you with treatment if you have high blood pressure. Please consult your GP or doctor for more information.','yes','alert-danger','If you do not know your blood pressure you can have this measured at your local pharmacy/GP surgery.','2025-10-24 20:05:49','2025-10-24 20:05:49'),(7,7,'We are unable to supply you with treatment if you have low blood pressure. Please consult your GP or doctor for more information.','yes','alert-danger','If you do not know your blood pressure you can have this measured at your local pharmacy/GP surgery.','2025-10-24 20:05:49','2025-10-24 20:05:49'),(8,8,'We are unable to supply you with treatment at this time. Please consult your GP or doctor for more information.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(9,9,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(10,10,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Any heart problems including angina, chest pain, heart failure, irregular heartbeats, heart attack (myocardial infarction), left-ventricular outflow obstruction, cardiomyopathy or valvular heart disease (e.g. aortic stenosis)\r\nStroke\r\nSight loss due to poor circulation\r\nSight loss because of non-arteritic anterior ischemic optic neuropathy (NAION)\r\nBlood problems such as haemophilia, sickle cell anaemia (an abnormality of red blood cells) or leukaemia (cancer of the blood cells)\r\nStomach ulcers (e.g. peptic/gastric ulcer)\r\nLiver problems\r\nKidney problems\r\nAn erection that lasted more than 4 hours\r\nAny physical condition affecting the shape of the penis (e.g. angulation, Peyronie\'s disease, or cavernosal fibrosis)\r\nAn inherited eye disease such as retinitis pigmentosa\r\nMultiple myeloma (cancer of the bone marrow)\r\nGalactose intolerance, Lapp lactase deficiency or glucose-galactose malabsorption\r\nAny serious medical condition that may require immediate hospitalisation.','2025-10-24 20:05:49','2025-10-24 20:05:49'),(11,11,'We are unable to supply you with treatment at this time. Please consult your GP or doctor.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(12,12,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(13,14,'We do not advise any recreational drug use with PDE 5 inhibitors, especially nitric oxide donors such as ‘poppers’ which may lead to a dangerous fall in your blood pressure. We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Often taken for chest pain/angina\r\nCan be administered as a spray, tablet or patch\r\nIncludes glyceryl trinitrate, isosorbide mononitrate or isosorbide dinitrate.','2025-10-24 20:05:49','2025-10-24 20:05:49'),(14,15,'You must agree to this before continuing. If you need assistance contact our customer support.','yes','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 20:05:49','2025-10-24 20:05:49'),(15,16,'You must agree to this before continuing. If you need assistance contact our customer support.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(16,17,'You must agree to this before continuing. If you need assistance contact our customer support.','yes','alert-danger',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(17,18,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-24 20:28:19','2025-12-14 08:40:24'),(18,19,'Based on the information provided, this weight-management treatment is not suitable for you at this time. We recommend speaking with your GP or another healthcare professional for further advice.','yes','alert-danger',NULL,'2025-10-24 20:28:19','2025-12-14 08:40:24'),(19,20,'Based on the information provided, this weight-management treatment is not suitable for you at this time. We recommend speaking with your GP or another healthcare professional for further advice.','yes','alert-danger','Problems absorbing food (chronic malabsorption syndrome) diagnosed by a GP\r\nLiver problems\r\nKidney problems\r\nThyroid problems\r\nSurgery to remove your gallbladder (cholecystectomy)\r\nCholestasis (condition where the flow of bile from the liver is blocked)\r\nAny serious medical condition which may require immediate hospitalisation','2025-10-24 20:28:19','2025-12-14 08:40:24'),(20,21,'Based on the information provided, this weight-management treatment is not suitable for you at this time. We recommend speaking with your GP or another healthcare professional for further advice.','yes','alert-danger',NULL,'2025-10-24 20:28:19','2025-12-14 08:40:24'),(21,22,'Please provide further details below.','yes','alert-info',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31'),(22,23,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Other weight loss treatments\r\nHIV medication\r\nFat-soluble vitamins\r\nOral anticoagulant drugs used to thin the blood such as Warfarin\r\nCiclosporin (used after organ transplants, for severe rheumatoid arthritis and some severe skin conditions)\r\nThyroid Medicine (levothyroxine)\r\nIodine salts\r\nAmiodarone (used for heart rhythm problems)\r\nAcarbose (an anti-diabetic drug used to treat type 2 diabetes mellitus)\r\nAnticonvulsant/anti-epileptic drugs\r\nAntidepressants\r\nAntipsychotics including lithium\r\nBenzodiazepines including diazepam','2025-10-24 20:28:19','2025-12-14 11:38:31'),(23,24,'If your weight changes, you should speak with your GP or prescribing clinician to review the dose of your medication.','yes','alert-warning',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31'),(24,25,'Orlistat can make the contraceptive pill less reliable. Using extra contraception while taking orlistat is advised to help prevent pregnancy.','yes','alert-warning',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31'),(25,26,'To continue, please confirm your agreement. If you have any questions or need support, contact our customer support team.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 20:28:19','2025-12-14 11:38:31'),(26,27,'Unfortunately, we’re unable to provide weight-loss treatment for you. If you have any questions or need clarification, please contact our customer support team for assistance.','yes','alert-danger',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31'),(27,28,'To continue, you’ll need to confirm that you agree. If you have any questions or need help, contact our customer support team.','yes','alert-danger',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31'),(28,29,'We are unable to supply you with weight loss treatment. If you do not understand this, call our customer support for assistance.','yes','alert-danger',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19'),(29,30,'We are unable to supply you with weight loss treatment. If you do not understand this, call our customer support for assistance.','yes','alert-danger',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19'),(30,31,'This treatment is not suitable for women, or those under 18 or over 65.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-11-02 21:20:42'),(31,32,'Tell us more','yes','alert-info',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(32,33,'Although Finasteride starts working immediately, it can take up to six months to see the benefits of Finasteride.','no','alert-warning',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(33,34,'Tell us more.','yes','alert-success',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(34,35,'We will still be able to offer you treatment, but with a limited range.','no','alert-warning',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(35,36,'We may still be able to offer you hair loss treatment, but with a limited medicine range after completing the consultation. We recommend consulting NHS services for advice on depression.','yes','alert-warning',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(36,37,'We are unable to supply you with treatment if you are not suffering from hair loss. Please consult your GP or doctor for more information.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(37,38,'If a lifestyle or health factor is causing your hair loss, we recommend speaking to your GP or doctor for further advice.','yes','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(38,39,'We are unable to supply you with treatment. Please consult your GP or doctor.','no','alert-danger','no inflammation on the scalp\r\nno redness\r\nno medical dressings','2025-10-24 20:45:53','2025-10-24 20:45:53'),(39,40,'This treatment is not suitable for you. We recommend contacting your GP or doctor for further advice.','yes','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(40,41,'This treatment isn\'t suitable for this type of hair loss. We recommend you speak to your GP or doctor for further advice.','yes','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(41,42,'We may still be able to offer you hair loss treatment, but with a limited medicine range.','yes','alert-warning',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(42,43,'This treatment is not suitable for you.','yes','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(43,44,'We will still be able to offer you treatment, but with a limited product range. We recommend consulting NHS services for advice on depression.','yes','alert-warning',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(44,45,'This treatment is not suitable for you.','yes','alert-danger','Heart disease (including chest pain, angina, heart attack or any history of cardiovascular event)\r\nHigh blood pressure\r\nPheochromocytoma (cancer of the adrenal glands)\r\nMale breast cancer\r\nAcute porphyria (a rare hereditary disease affecting haemoglobin)\r\nProstate problems (prostate enlargement, prostatitis, prostate cancer)\r\nAny liver disease\r\nObstructive uropathy (difficulty urinating)','2025-10-24 20:45:53','2025-10-24 20:45:53'),(45,46,'Tell us more.','yes','alert-success',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(46,47,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Dithranol — used to treat psoriasis\r\nTretinoin — used to treat acne or other skin disorders\r\nCorticosteroids — hydrocortisone or betamethasone dipropionate\r\nPetrolatum — a common ingredient in hair wax and gel\r\nAlready taking Finasteride for conditions other than hair loss (e.g. benign prostate enlargement)\r\nAlready taking other 5AR inhibitor (e.g. Dutasteride)','2025-10-24 20:45:53','2025-10-24 20:45:53'),(47,48,'We are unable to supply you with treatment unless you understand and agree to this point.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(48,49,'We are unable to supply you with treatment unless you understand and agree to this point.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(49,50,'We are unable to supply you with treatment unless you understand and agree to this point.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(50,51,'We are unable to supply you with treatment unless you understand and agree to this point.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(51,52,'We are unable to supply you with weight loss treatment. If you do not understand this, call our customer support for assistance.','no','alert-danger',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(52,53,'We are unable to treat you if you are outside this age range. Please consult your GP or your local GUM clinic.','yes','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(53,54,'We are unable to treat you if you have not been diagnosed. Please consult your GP or your local GUM clinic. If you are looking to treat Cold Sores (HSV-1), click here','no','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(54,55,'Consult your GP urgently. These symptoms indicate the possibility of a more serious illness.','yes','alert-danger','thrush\r\nunintentional weight loss\r\nchest pain\r\nblood in your urine\r\npain when urinating\r\nblood in your stools\r\nurinary tract infections (UTI)\r\nnight sweats\r\nfever','2025-10-24 21:00:02','2025-10-24 21:00:02'),(55,56,'We are unable to supply you with treatment. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(56,57,'We are unable to supply you with treatment. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(57,58,'We are unable to supply you with treatment. Please consult your GP.','yes','alert-danger','Liver problems\r\nKidney problems\r\nImmunodeficiency conditions (eg. HIV)\r\nNervous system abnormalities\r\nAny serious medical condition which may require immediate hospitalisation','2025-10-24 21:00:02','2025-10-24 21:00:02'),(58,59,'Tell us more.','yes','alert-success',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(59,60,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','cimetidine (used to treat peptic ulcers)\r\nprobenecid (used to treat gout)\r\nraloxifen\r\nmedicines that suppress your immune system (e.g. mycophenolate mofetil; ciclosporin; tacrolimus; methotrexate)\r\ntheophylline and aminophylline (used in asthma and other breathing problems)\r\nzidovudine (used in HIV infection)\r\nany medicine which affects the kidneys, including aminoglycosides, organoplatinum compounds, iodinated contrast media, pentamidine, foscarnet','2025-10-24 21:00:02','2025-10-24 21:00:02'),(60,61,'You must agree to this before continuing. If you need assistance contact our customer support.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 21:00:02','2025-10-24 21:00:02'),(61,62,'If your symptoms persist you may have a more serious illness. Contact our helpline for more information','no','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(62,63,'We are unable to supply you with treatment. Please consult your GP','no','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(63,64,'We are unable to supply you with treatment. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(64,65,'Norethisterone is only for female patients aged between 18-55.','no','alert-danger',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(65,66,'We are unable to supply you with norethisterone. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(66,67,'We are unable to supply you with norethisterone. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(67,68,'We are unable to supply you with norethisterone. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(68,69,'We are unable to supply you with norethisterone. Please consult your GP.','yes','alert-danger','irregular vaginal bleeding of unknown cause\r\ndiabetes\r\ndepression\r\nepilepsy, migraine, asthma, kidney or heart problems\r\nmyocardial infarction (heart attack)\r\nHigh blood pressure\r\nAngina\r\nAny liver disease or disturbance of liver function\r\njaundice or herpes during pregnancy\r\nsevere itching\r\nDubin-Johnson Syndrome (chronic jaundice (yellowing of the skin or eyes)) or Rotor Syndrome (jaundice in childhood)\r\nan inherited disorder of the red blood pigment haemoglobin (porphyria)\r\ncancer of the breast or genital tract\r\nany serious medical condition which may require immediate hospitalisation','2025-10-24 21:08:45','2025-10-24 21:08:45'),(69,70,'Tell us more.','yes','alert-info',NULL,'2025-10-24 21:08:45','2025-10-31 20:47:05'),(70,71,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Medicines to treat epilepsy (e.g. phenytoin, carbamazepine)\r\nAntibiotic medicines to treat an infection (e.g. tetracyclines, rifampicin, co-trimoxazole)\r\nAntiviral medicines to treat HIV (e.g. ritonavir, nelfinavir)\r\nAnticancer medicines\r\nHerbal preparations containing St John\'s Wort (Hypericum perforatum)\r\nAminoglutethimide, sometimes used in Cushing\'s syndrome\r\nCiclosporin (for suppressing the immune system)\r\nNon-steroidal inflammatory drugs (NSAIDs) for treating pain and inflammation\r\nMedicines for high blood pressure\r\nRifamycin\r\nWarfarin\r\nSex hormones (e.g. HRT treatments)\r\nA statin for high cholesterol\r\ngriseofulvin','2025-10-24 21:08:45','2025-10-24 21:08:45'),(71,72,'We are unable to supply you with norethisterone. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(72,73,'You must agree to this before continuing. If you need assistance contact our customer support.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 21:08:45','2025-10-24 21:08:45'),(73,74,'We can only supply Norethisterone for period delay. If you would like to take this medication for any other reason, you must make an appointment to see your doctor as the treatment recommended may be different.','no','alert-danger',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(74,75,'We are unable to supply you with treatment. Please consult your GP or doctor.','no','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(75,76,'We are unable to supply you with treatment since this medication is not indicated for migraines that cause the symptoms above. Please consult your GP or doctor.','yes','alert-danger','Unilateral motor weakness\r\nDouble vision\r\nClumsiness or uncoordinated movements\r\nTinnitus (ringing in the ears)\r\nReduced level of consciousness\r\nSeizure-like movements (fits)\r\nA recent rash with a headache\r\nHeadache confined to the back of the head\r\nRecent marked deterioration in migraine (duration, severity or frequency of attacks)','2025-10-24 21:19:11','2025-10-24 21:19:11'),(76,77,'We are unable to supply you with treatment. Please consult your GP or doctor about a suitable migraine treatment plan.','yes','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(77,78,'We are unable to supply you with treatment. Please consult your GP or doctor.','no','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(78,79,'We are unable to supply you with treatment. Please consult your GP or doctor.','yes','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(79,80,'We are unable to supply you with treatment. Please consult your GP or doctor.','yes','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(80,81,'We are unable to supply you with treatment. Please consult your GP or doctor.','yes','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(81,82,'We are unable to supply you with treatment. Please consult your GP or doctor.','yes','alert-danger','Heart disease or heart problems such as narrowing of the arteries (ischaemic heart disease)\r\nChest pains (angina), or have previously had a heart attack\r\nStroke or a mini-stroke (also called a transient ischaemic attack or TIA)\r\nHigh blood pressure\r\nCoronary Vasospasm (including Prinzmetal’s angina)\r\nWolff-Parkinson-White Syndrome (a type of abnormal heartbeat)\r\nPeripheral Vascular Disease\r\nPrevious Gastrointestinal or Splenic infarction\r\nIschaemic Colitis\r\nEpilepsy or history of seizures\r\nLiver problems\r\nKidney problems\r\nAllergy or sensitivity to antibiotics called sulphonamides (e.g. trimethoprim)\r\nAny serious medical condition which may require immediate hospitalisation','2025-10-24 21:19:11','2025-10-24 21:19:11'),(82,83,'If you have not been diagnosed with migraines and used triptan medication with success in the past, please contact your GP or doctor.','no','alert-danger',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(83,84,'We are unable to supply you with treatment. You should discuss with your GP or doctor the possibility that ‘triptans’ could be causing coronary vasoconstriction or anaphylaxis.','yes','alert-danger','Heaviness, pressure or tightness in the body (especially chest or throat)\r\nPalpitations\r\nFlushing\r\nDizziness\r\nRash\r\nFeelings of weakness\r\nWorsening nausea and vomiting\r\nTemporary rise in blood pressure','2025-10-24 21:19:11','2025-10-24 21:19:11'),(84,85,'Tell us more.','yes','alert-info',NULL,'2025-10-24 21:19:11','2025-10-31 20:50:00'),(85,86,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','The migraine medications Ergotamine or Methysergide\r\nAny other ‘triptan’ migraine medication taken within the last 24 hours (e.g. naratriptan, rizatriptan, zolmitriptan, almotriptan or eletriptan (NOTE: we advise that different types of ‘triptans’ should not be taken within 24 hours of one another)\r\nMAOIs (monoamine oxidase inhibitors) or if you have taken an MAOI in the last 2 weeks (e.g. Mocobemide, Phenelzine, Isocarboxazid and Tranylcypromine)\r\nSelective Serotonin Reuptake Inhibitors (SSRIs) usually used to treat depression e.g. Citalopram, Escitalopram, Fluoxetine, Fluvoxamine, Paroxetine, Sertraline and Priligy\r\nSerotonin Noradrenaline Reuptake Inhibitors (SNRIs) used to treat depression e.g. Duloxetine, Dapoxetine, Venlafaxine and Mirtazapine\r\nReboxetine, Tryptophan or Flupentixol\r\nLithium\r\nSelegiline\r\nSt John\'s Wort (Hypericum perforatum)\r\nCimetidine (for indigestion or stomach ulcers)\r\nPropranolol (beta-blocker)\r\nAny current antibiotics (antibiotic course needs to be completed at least 72 hours before taking a triptan)\r\nAntifungals (e.g. Ketoconazole, Itraconazole)\r\nThe combined oral contraceptive pill (except for the progesterone-only mini pill)','2025-10-24 21:19:11','2025-10-24 21:19:11'),(86,87,'You must agree to this before continuing. If you need assistance contact our customer support.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 21:19:11','2025-10-24 21:19:11'),(87,88,'Only male patients aged 18–64 meet the clinical criteria for this treatment, in accordance with professional and regulatory guidance.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03'),(88,89,'You are eligible to receive this medicine. For safety reasons, do not drink alcohol while taking Priligy, as combining the two may lead to increased drowsiness or impaired alertness.','yes','alert-success',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03'),(89,90,'Based on the information provided, we cannot supply Priligy. Please arrange a review with your GP, as further medical assessment is required.','yes','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03'),(90,91,'Priligy cannot be provided where there is no personal or relationship distress related to premature ejaculation. Please arrange a review with your GP to discuss other options.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03'),(91,92,'Patients who have not previously used the 30 mg dose should not begin treatment with the higher strength. The initial dose is clinically effective for many men and is linked to significantly fewer side effects.','no','alert-warning',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03'),(92,93,'Based on the information provided, we cannot supply Priligy. Please arrange a review with your GP, as further medical assessment is required.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04'),(93,94,'Based on the information provided, we cannot supply Priligy. Please arrange a review with your GP, as further medical assessment is required.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04'),(94,95,'Based on the information provided, we cannot supply Priligy. Please arrange a review with your GP, as further medical assessment is required.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04'),(95,96,'Based on the information provided, we cannot supply Priligy. Please arrange a review with your GP, as further medical assessment is required.','yes','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04'),(96,97,'Based on the information provided, we cannot supply Priligy. Please arrange a review with your GP, as further medical assessment is required.','yes','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04'),(97,98,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','If you do not know your blood pressure you can have this measured at your local pharmacy/GP surgery.','2025-10-24 21:47:35','2025-11-30 21:36:04'),(98,99,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','mental health conditions such as depression, mania , bipolar disorder or schizophrenia\r\nHeart conditions (e.g. angina, chest pain, heart failure, irregular heart beats, heart attack or narrowing of any heart valve)\r\na history of bleeding or blood clotting problems\r\na history of glaucoma or have been told you are at increased risk of glaucoma due to family history raised intraocular pressure\r\nkidney problems\r\nprostate problems\r\nepilepsy\r\nrecurrent fainting\r\nmoderate or severe liver problems galactose intolerance, the Lapp lactase deficiency or glucose-galactose malabsorption\r\nany serious medical condition which may require immediate hospitalisation','2025-10-24 21:47:35','2025-11-30 21:36:04'),(99,100,'Please provide further details.','yes','alert-success',NULL,'2025-10-24 21:47:35','2025-11-30 21:59:42'),(100,101,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Any treatment for erectile dysfunction (e.g. Viagra,Sildenafil,Cialis, Levitra)\r\nSerotonin reuptake inhibitors (citalopram, sertraline, fluoxetine, escitalopram,fluvoxamine)\r\nVenlafaxine\r\nTricyclic antidepressants (TCAs) e.g. amitriptylline, imipramine, clomipramine, nortriptyline, lofepramine, doxepin and dosulepin.\r\nMonoamine Oxidase Inhibitors (MAOIs) e.g. rasagiline, selegiline, moclobemide, phenelzine\r\nSt John\'s Wort (a herbal medicine)\r\nOther medicines for depression\r\nMedicines for mental health conditions other than depression - including Thioridazine (schizophrenia), Lithium (bipolar disorder)\r\nRecreational drugs such as ecstasy, LSD, narcotics or benzodiazepines\r\nTryptophan (for sleep)\r\nTramadol (for pain)\r\n5HT1 antagonists e.g. sumatriptan, rizatriptan and zolmitriptan (for migraines)\r\nAntibiotics: erythromycin, clarithromycin, telithromycin, linezolid\r\nAntifungals e.g. ketoconazole, itraconazole and fluconazole\r\nMedicines for HIV, including amprenavir, atazanavir, fosamprenavir, nelfinavir, ritonavir and saquinavir.\r\nMedicines to thin your blood, such as warfarin\r\nNon steroidal anti inflammatory medicines such as ibuprofen or aspirin\r\nMedicines used to treat high blood pressure and chest pain (angina) that can make you feel dizzy e.g. nitrates, verapamil, diltiazem, doxazosin, atenolol, metoprolol and bisoprolol (if you feel dizzy taking any blood pressure medication you should consult a doctor and not take Priligy)\r\nMedicines for enlarged prostate such as tamsulosin and finasteride\r\nAprepitant used to treat nausea.','2025-10-24 21:47:35','2025-11-30 21:59:42'),(101,102,'Please agree to this before moving forward. If you need help at any point, our customer support team is available to assist you.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 21:47:35','2025-11-30 22:10:44'),(102,103,'Although these side effects are rare, they are serious. You must stop using the medicine immediately if they occur. Please confirm your agreement before continuing.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 22:10:44'),(103,104,'Priligy may occasionally lower blood pressure and cause light-headedness, you must understand the correct actions to take and stop treatment immediately if this occurs, seeking urgent medical attention. Please confirm your agreement before moving forward.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 22:11:22'),(104,105,'Please agree to this before moving forward. If you need help, our customer support team is available.','no','alert-danger',NULL,'2025-10-24 21:47:35','2025-11-30 22:10:44'),(105,106,'Treatment cannot be supplied if you fall outside this age range. Please contact your GP for further advice.','no','alert-danger',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32'),(106,107,'We can only provide this treatment when a healthcare professional has previously confirmed a cold sore diagnosis. If you have not been assessed, please arrange an appointment with your GP. If the condition you wish to treat is genital herpes (HSV-2), you can find the appropriate service by clicking here.','no','alert-danger',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32'),(107,108,'If you are experiencing any of these symptoms, it is possible that the cause is not a cold sore but another condition. In this situation, we would not be able to provide treatment, and you should arrange an appointment with your GP for further assessment and advice.','yes','alert-danger','Mouth ulcers /lumps lasting more than 3 weeks\r\nPainful red and white patches on the inside of the mouth\r\nFluid filled blisters/crusts on the lips','2025-10-24 21:58:21','2025-11-30 14:27:32'),(108,109,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32'),(109,110,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32'),(110,111,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Liver problems\r\nKidney problems\r\nAny condition affecting the immune system i.e. cancer, HIV etc\r\nNervous system abnormalities\r\nElectrolyte abnormalities\r\nAny serious medical condition which may require immediate hospitalisation','2025-10-24 21:58:21','2025-11-30 15:21:42'),(111,112,'Please provide further clinical details to help us assess your suitability for treatment.','yes','alert-success',NULL,'2025-10-24 21:58:21','2025-11-30 15:45:32'),(112,113,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','cimetidine (used to treat peptic ulcers)\r\nprobenecid (used to treat gout)\r\nraloxifen\r\nmedicines that suppress your immune system (e.g. mycophenolate mofetil; ciclosporin; tacrolimus; methotrexate)\r\ntheophylline and aminophylline (used in asthma and other breathing problems)\r\nzidovudine (used in HIV infection)\r\nany medicine which affects the kidneys, including aminoglycosides, organoplatinum compounds, iodinated contrast media, pentamidine, foscarnet','2025-10-24 21:58:21','2025-11-30 15:45:32'),(113,114,'You must agree to this before continuing. If you need assistance contact our customer support.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 21:58:21','2025-10-24 21:58:21'),(114,115,'A cold sore that persists beyond 10 days or becomes more painful may need urgent medical review. Contact your GP without delay to rule out other causes','no','alert-danger',NULL,'2025-10-24 21:58:21','2025-11-30 15:55:07'),(115,116,'Cold sore treatments work best when used at the very first symptom. Starting treatment later may reduce how effective it is','no','alert-danger',NULL,'2025-10-24 21:58:21','2025-11-30 15:55:07'),(116,117,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-24 22:14:56','2025-11-30 18:25:27'),(117,118,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger','Levonelle/Levonorgestrel should be taken within 72 hours (3 days) of unprotected sex\r\nellaOne should be taken within 120 hours (5 days) of unprotected sex','2025-10-24 22:14:56','2025-11-30 18:25:27'),(118,119,'Treatment cannot be provided if there is a possibility that you may already be pregnant. Please speak with your GP for further advice and assessment.','yes','alert-danger',NULL,'2025-10-24 22:14:56','2025-11-30 18:32:33'),(119,120,'Treatment cannot be provided if there is a possibility that you may already be pregnant. Please speak with your GP for further advice and assessment.','no','alert-danger',NULL,'2025-10-24 22:14:56','2025-11-30 18:32:33'),(120,121,'Treatment cannot be provided if there is a possibility that you may already be pregnant. Please speak with your GP for further advice and assessment.','yes','alert-danger',NULL,'2025-10-24 22:14:56','2025-11-30 18:32:33'),(121,122,'Treatment cannot be provided if there is a possibility that you may already be pregnant. Please speak with your GP for further advice and assessment.','yes','alert-danger',NULL,'2025-10-24 22:14:56','2025-11-30 18:41:57'),(122,123,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 22:14:56','2025-11-30 18:41:57'),(123,124,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Past ectopic pregnancy\r\nSevere bowel malabsorption disorders e.g. Crohns disease, ulcerative colitis or any others\r\nActive trophoblastic disease\r\nAcute porphyria\r\nFallopian tube surgery\r\nPelvic inflammatory disease\r\nLiver problems\r\nGalactose intolerance, Lapp Lactase deficiency or glucose-galactose malabsorption','2025-10-24 22:14:56','2025-11-30 18:41:57'),(124,125,'Levonelle/ levonorgestrel may be less effective for women with weight >70 kg or BMI >26 kg/m. We cannot supply this medication, but you may still be eligible for an alternative such as EllaOne or a copper IUD (intrauterine device). Alternatively, we recommend visiting your local pharmacy for further advice.','yes','alert-warning',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(125,126,'EllaOne may be less effective for women with weight >85 kg or BMI >30 kg/m. We can still supply but would recommend an alternative method of emergency contraception such as a copper IUD (intrauterine device). Alternatively, we recommend visiting your local pharmacy for further advice.','yes','alert-warning',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(126,127,'Tell us more.','yes','alert-success',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(127,128,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Rifamycins – RIfabutin and Rifampicin\r\nCoumarins or Phenindione\r\nSt Johns Wort\r\nAntiepileptics – Carbamazepine, Eslicarbazepine, Oxcarbazepine, Perampanel, Phenobarbital, Phenytoin, Primodone, Rufinamide, Topiramate, Barbituates\r\nAntivirals – Efavirenz, Nevirapine, Ritonavir\r\nAprepitant\r\nBosentan\r\nCytotoxics – Rizotinib, Vemurafenib, Dabrafenib\r\nCiclosporin\r\nFosaprepitant\r\nGriseofulvin\r\nLumacaftor\r\nModafinil\r\nSelegiline\r\nUlipristal','2025-10-24 22:14:56','2025-10-24 22:14:56'),(128,129,'You must agree to this before continuing. If you need assistance, please contact our customer support.','no','alert-success','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 22:14:56','2025-10-24 22:14:56'),(129,130,'We are unable to supply you with treatment. Please consult our pharmacy team or your GP if you have any questions.','no','alert-success','The efficacy of levonorgestrel significantly decreases within the first three days, therefore do you agree to take it within 72 hours of sexual intercourse but preferably within 12 hours?\r\nThe efficacy of EllaOne significantly decreases within the first five days, therefore do you agree to take it within 120 hours of sexual intercourse but preferably within 24 hours?','2025-10-24 22:14:56','2025-10-24 22:14:56'),(130,131,'You must agree to this before continuing. If you need assistance contact customer support.','no','alert-danger','Levonorgestrel should be taken as soon as possible, preferably within 12 hours and no later than 72 hours (3 days) after you have had unprotected sex. Levonelle is not 100% effective so it should be taken at the earliest opportunity possible and must not be delayed.\r\nEllaOne should be taken as soon as possible, preferably within 24 hours and no later than 120 hours (5 days) after you have had unprotected sex. EllaOne is not 100% effective so it should be taken at the earliest opportunity possible and must not be delayed.\r\nIf vomiting occurs within 3 hours of taking levonorgestrel/ellaOne, you will need to take another dose immediately.\r\nEmergency contraception may cause menstrual cycle disturbances which means that your next period may be early or late.\r\nA barrier method of contraception needs to be used until your next period to prevent pregnancy.\r\nIf you are planning to take Levonorgestrel and are already using a regular method of hormonal contraception, you can continue to take hormonal contraception as normal.\r\nIf you are planning to take EllaOne, please be aware that EllaOne may reduce the effectiveness of your regular hormonal contraceptive. Therefore, whilst we recommend continuation of your regular hormonal contraception, you should use a reliable barrier method until your next menstrual period to prevent pregnancy.\r\nYou will need to seek medical attention promptly if any abnormal lower abdominal pain develops.\r\nUse of emergency contraception does not protect you against the risk of sexually transmitted diseases. If you develop pelvic pain, abnormal vaginal discharge, a high temperature or any other concerns about this, you must seek medical advice.\r\nYou must see your GP in 3-4 weeks if your next period is abnormally light, heavy, brief or absent, or if you are concerned that the difference is not normal. If there is any doubt as to whether menstruation has occurred, a pregnancy test should be performed at least 3 weeks after unprotected intercourse. If your next period is more than 5 days late or is unusually light or heavy, you should perform a pregnancy test and contact your GP without delay.\r\nEmergency contraception is not a replacement for long term contraception. Please consult with your GP to discuss a reliable form of long term contraception.','2025-10-24 22:14:56','2025-10-24 22:14:56'),(131,132,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59'),(132,133,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59'),(133,134,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59'),(134,135,'Treatment cannot be supplied. Please seek guidance from NHS services for further assessment and support relating to depression.','yes','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59'),(135,136,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','kidney (renal) disease\r\nhistory of seizures/epilepsy\r\ndiabetes\r\nheart disease/stroke\r\nany serious medical condition which may require immediate hospitalisation','2025-10-24 22:27:30','2025-11-30 08:15:51'),(136,137,'Tell us more.','yes','alert-success',NULL,'2025-10-24 22:27:30','2025-10-24 22:27:30'),(137,138,'Treatment cannot be supplied at this time. Please contact your GP or doctor for further advice and support','yes','alert-danger','anti-depression medication\r\ncimetidine for gastric problems\r\ntheophylline, warfarin or insulin','2025-10-24 22:27:30','2025-11-30 08:27:12'),(138,139,'To continue, please confirm that you agree to the information provided. If you need help or have concerns, our customer support team can offer guidance.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 22:27:30','2025-11-30 08:31:04'),(139,140,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59'),(140,141,'If you need additional advice on using your treatment, our customer support team can assist you.','no','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:57:14'),(141,142,'To proceed, please confirm your acceptance. If anything is unclear or you need help, our customer support team can assist.','no','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 08:57:14'),(142,143,'To proceed, please confirm your acceptance. If anything is unclear or you need help, our customer support team can assist.','no','alert-danger','new or worse heart or blood vessel (cardiovascular) problems\r\nseizures\r\nagitatation, depressed mood, changes in behaviour, suicidal thoughts\r\nswelling of face, mouth or neck\r\nskin rash or skin peeling','2025-10-24 22:27:30','2025-11-30 08:57:14'),(143,144,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-24 22:27:30','2025-11-30 09:09:29'),(144,145,'We may still be able to offer you treatment, but with a limited medicine range.','no','alert-warning',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(145,146,'You should speak to a doctor about medications that are suitable for you','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(146,147,'You may still be able to use hayfever treatment, but it is safest to discuss with your GP. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(147,148,'Nasal steroid sprays are most effective for these symptoms. If you are not experiencing any of these symptoms you should consider another treatment. Please consult your GP.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(148,149,'We are unable to supply you with a steroid nasal spray. Please consult your GP.','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(149,150,'This product is not suitable for you.','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(150,151,'You should speak to a doctor about medications that are suitable for you','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(151,152,'You may not have hayfever (allergic conjunctivitis) if you have symptoms in only one eye. We recommend you consult your doctor or optometrist for further advice.','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(152,153,'You should speak to a doctor about medications that are suitable for you This treatment is not suitable for you and you should speak to your doctor regarding your symptoms and their treatment','yes','alert-danger','Glaucoma/raised intraocular pressure\r\nRecurrent or untreated nasal infections\r\nUnresolved complications following nasal surgery\r\nDiabetes Mellitus','2025-10-24 22:40:38','2025-10-24 22:40:38'),(153,154,'This treatment is not suitable for you. Please consult with your GP','yes','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(154,155,'Tell us more.','yes','alert-success',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(155,156,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Warfarin, Rivaroxaban, Dabigatran, Apixaban (or any other anticoagulants)\r\nDaily NSAIDS (e.g. Naproxen, Diclofenac or Ibuprofen)\r\nDaily Aspirin\r\nAnti-Epileptics\r\nHIV retroviral treatments\r\nSystemic steroid treatments\r\nImmunosuppresive treatments\r\nPrevious hypersensitivity to steroid treatment (e.g. topical steroids for eczema)','2025-10-24 22:40:38','2025-10-24 22:40:38'),(156,157,'You should only take one antihistamine tablet a day. Do not mix oral antihistamines. Stick to one anthistamine and take once daily only.','yes','alert-warning',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(157,158,'We will be able to prescribe loratadine (clarityn) or cetirizine (piriteze), but if you have not taken antihistamines before, we cannot prescribe fexofenadine (telfast).','no','alert-warning',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(158,159,'You must agree to this before continuing. If you need assistance contact our customer support.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 22:40:38','2025-10-24 22:40:38'),(159,160,'If you need more information contact our help-line.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(160,161,'If you need more information contact our help-line.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(161,162,'We are unable to supply you with treatment unless you understand and agree to this point.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(162,163,'If you need more information contact our help-line.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(163,164,'If you need more information contact our help-line.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(164,165,'If you need more information contact our help-line.','no','alert-danger',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(165,166,'Treatment cannot be supplied if you are outside this age range. Please contact your GP or your local GUM clinic for further advice.','no','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 22:07:49'),(166,167,'If you have not been diagnosed, we’re unable to offer treatment. Your GP or local GUM clinic can advise you further.','yes','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 22:07:49'),(167,168,'This treatment cannot be offered through our service. For safe and appropriate care, please consult your GP or a sexual health clinic for further assessment.','no','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 22:07:49'),(168,169,'These symptoms are not typical of genital warts and may point to a more serious condition. Please consult your GP or a sexual health (GUM) clinic as soon as possible.','yes','alert-danger','unintentional weight loss\r\nblood in your urine or stools\r\npain when urinating\r\nurinary tract infections (UTI)\r\nnight sweats\r\nfever\r\nbleeding from the anus or urethra\r\ndischarge/ fluid from the wart\r\ndischarge from the penis or vagina\r\nswollen lymph nodes\r\nabnormal urine flow\r\nchange in the appearance of your warts since they were diagnosed by a medical doctor\r\nwarts located internally (inside the urethra, vagina, cervix, rectum or anus)\r\nanal warts\r\nopen, sores or wounds, broken skin or ulcers near your warts including broken skin following surgery\r\nbleeding between periods or after sex (women only)\r\nwarts on foreskin\r\nyou have had your current outbreak for more than 18 months\r\nyour warts cover an area larger than 4 cm2','2025-10-24 23:01:32','2025-11-23 22:20:15'),(169,170,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 23:01:52'),(170,171,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 23:01:52'),(171,172,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Liver problems\r\nKidney problems\r\nImmunodeficiency/ immunocompromising conditions (eg. HIV, autoimmune conditions/ diseases)\r\nAbnormal blood count\r\nYou have received an organ transplant\r\nYour warts cover an area larger than 4 cm2\r\nReduced haematologic reserve\r\nAny serious medical condition which may require immediate hospitalisation','2025-10-24 23:01:32','2025-11-23 23:01:52'),(172,173,'Tell us more.','yes','alert-success',NULL,'2025-10-24 23:01:32','2025-10-24 23:01:32'),(173,174,'We are unable to supply you with treatment. Please consult your GP or doctor for more information.','yes','alert-danger','Any immunosuppressive medication\r\nAny other treatment for genital warts','2025-10-24 23:01:32','2025-10-24 23:01:32'),(174,175,'Confirmation is necessary before continuing. If any assistance is required, customer support is available to help.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-24 23:01:32','2025-11-23 23:07:50'),(175,176,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 23:07:50'),(176,177,'Agreement is required before continuing, as safe treatment of genital warts depends on following the guidance provided. If assistance is needed, please contact customer support.','no','alert-danger',NULL,'2025-10-24 23:01:32','2025-11-23 23:12:15'),(177,178,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-22 22:13:41'),(178,179,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-22 22:13:41'),(179,180,'If you have high blood pressure, we cannot supply this treatment. Please consult your GP or doctor for guidance.','yes','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-22 22:13:41'),(180,181,'Unfortunately, we’re not able to offer weight-loss treatment for you at this time. We recommend discussing this with your GP(doctor)or qualified healthcare professional','yes','alert-danger','Problems absorbing food (chronic malabsorption syndrome) diagnosed by a GP\r\nLiver problems\r\nKidney problems\r\nThyroid problems\r\nSurgery to remove your gallbladder (cholecystectomy)\r\nCholestasis (condition where the flow of bile from the liver is blocked)\r\nAny serious medical condition which may require immediate hospitalisation','2025-10-29 19:54:13','2025-11-22 22:23:32'),(181,182,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34'),(182,183,'Tell us more...','yes','alert-info',NULL,'2025-10-29 19:54:13','2025-10-29 19:54:13'),(183,184,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Other weight loss treatments\r\nHIV medication\r\nFat-soluble vitamins\r\nOral anticoagulant drugs used to thin the blood such as Warfarin\r\nCiclosporin (used after organ transplants, for severe rheumatoid arthritis and some severe skin conditions)\r\nThyroid Medicine (levothyroxine)\r\nIodine salts\r\nAmiodarone (used for heart rhythm problems)\r\nAcarbose (an anti-diabetic drug used to treat type 2 diabetes mellitus)\r\nAnticonvulsant/anti-epileptic drugs\r\nAntidepressants\r\nAntipsychotics including lithium\r\nBenzodiazepines including diazepam','2025-10-29 19:54:13','2025-11-22 22:13:41'),(184,185,'If your weight changes, your medication dose may need adjusting. Please consult your GP (doctor) or healthcare professional.','yes','alert-warning',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34'),(185,186,'Because Orlistat may decrease the absorption of oral contraceptives, which can increase the risk of contraceptive failure. An extra method of contraception should be used while taking orlistat.','yes','alert-warning',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34'),(186,187,'Your agreement is required before you can continue. If you need any assistance, please reach out to our customer support team.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-29 19:54:13','2025-11-23 12:54:34'),(187,188,'This weight loss treatment cannot be provided. If you need clarification, please reach out to our customer support team.','no','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34'),(188,189,'This weight loss treatment cannot be provided. If you need clarification, please reach out to our customer support team.','no','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34'),(189,190,'This weight loss treatment cannot be provided. If you need clarification, please reach out to our customer support team.','no','alert-danger',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34'),(190,191,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-29 20:47:56','2025-11-22 13:18:46'),(191,192,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-29 20:47:56','2025-11-22 13:18:46'),(192,193,'We are unable to supply you with acid reflux medication for treating other conditions. Please consult your GP for the treatment of any other condition.','no','alert-danger','Heartburn - a burning feeling in the chest just behind the breastbone that occurs after eating and lasts a few minutes to several hours\r\nChest pain, especially after bending over, lying down or eating\r\nBurning in the throat, or hot, sour, acidic or salty-tasting fluid at the back of the throat\r\nFeeling of food \"sticking\" in the middle of the chest or throat','2025-10-29 20:47:56','2025-10-29 20:47:56'),(193,194,'Please seek urgent medical advice from your GP, as these symptoms can sometimes be linked to a more serious health condition.','yes','alert-danger','difficulty swallowing\r\nunintentional weight loss\r\nabdominal swelling\r\npersistent vomiting\r\nsevere/persistent diarrhoea\r\nvomiting blood\r\nblood in your stools or black, tarry stools\r\nhave iron deficiency anaemia\r\nsevere liver problems','2025-10-29 20:47:56','2025-11-22 13:31:12'),(194,195,'This treatment isn’t suitable for you at this time. Please contact your GP for advice and a safe alternative for managing your acid reflux symptoms.','yes','alert-danger',NULL,'2025-10-29 20:47:56','2025-11-22 14:19:41'),(195,196,'This treatment isn’t suitable for you at this time. Please contact your GP for advice and a safe alternative for managing your acid reflux symptoms.','yes','alert-danger',NULL,'2025-10-29 20:47:56','2025-11-22 14:19:41'),(196,197,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Osteoporosis\r\nLiver problems\r\nGastric cancer\r\nHypomagnesaemia (low magnesium in the blood)','2025-10-29 20:47:56','2025-11-22 14:19:41'),(197,198,'Some medicines known as PPIs have occasionally been associated with a skin reaction called subacute cutaneous lupus erythematosus (SCLE). If you\'ve noticed a rash, it’s important to discuss it with your doctor. If a healthcare professional has already confirmed the rash is not SCLE, you can choose “No” and proceed','yes','alert-danger',NULL,'2025-10-29 20:47:56','2025-11-22 14:19:41'),(198,199,'Tell us more...','yes','alert-info',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(199,200,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','NSAID anti-inflammatory painkillers (e.g. ibuprofen)\r\nKetoconazole, itraconazole, posaconazole or voriconazole (used to treat infections caused by a fungus)\r\nDigoxin (used to treat heart problems)\r\nDiazepam (used to treat anxiety, relax muscles or in epilepsy)\r\nUlipristal (used as emergency contraception or treatment for fibroids)\r\nPhenytoin or Fosphenytoin (used in epilepsy)\r\nMedicines that are used to thin your blood, such as warfarin or other vitamin K blockers.\r\nRifampicin (used to treat tuberculosis)\r\nAtazanavir, Rilpivirine, Tripranavir, Saquinavir, Nelfinavir, Raltegravir (used to treat HIV infection)\r\nLedipasvir (used for Hepatitis C treatment)\r\nCiclosporin or Tacrolimus (in cases of organ transplantation)\r\nSt John\'s wort (Hypericum perforatum) (used to treat mild depression)\r\nCilostazol (used to treat intermittent claudication)\r\nClopidogrel (used to prevent blood clots (thrombi))\r\nVitamin B12, Cyanocobalamin, Hydroxocobalamin\r\nErlotinib, Dabrafenib, Lapatinib or Pazopanib (for cancer treatment)\r\nClarithromycin (an antibiotic)\r\nMethotrexate (for cancer or rheumatoid arthritis treatment)\r\nEscitalopram (an antidepressant)\r\nClozapine (for schizophrenia)','2025-10-29 20:47:56','2025-11-22 13:18:46'),(200,201,'To continue, please confirm that you agree to the information provided. If you need help or have concerns, our customer support team can offer guidance.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-29 20:47:56','2025-11-22 14:33:08'),(201,202,'We are unable to supply you with acid reflux medication for treating other conditions. Please consult your GP for the treatment of any other condition.','no','alert-danger',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(203,204,'We are unable to supply Tamiflu to patients aged 65 or over. Please speak to your GP or healthcare provider for further guidance.','no','alert-danger',NULL,'2025-10-29 20:59:58','2025-11-19 19:39:03'),(204,205,'Tamiflu is effective for acute influenza only when initiated within 48 hours of the onset of symptoms.','yes','alert-warning',NULL,'2025-10-29 20:59:58','2025-11-19 19:39:03'),(205,206,'We cannot supply you with Tamiflu (oseltamivir) based on your assessment answers. Please contact your GP or healthcare provider for appropriate advice and treatment options.','yes','alert-danger',NULL,'2025-10-29 20:59:58','2025-11-19 19:52:23'),(206,207,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-29 20:59:58','2025-11-19 20:59:47'),(207,208,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','asthma\r\nlung disease\r\nheart disease\r\nkidney disease\r\nliver disease\r\nneurological disease\r\nimmune system problems\r\nany serious medical condition which may require immediate hospitalisation','2025-10-29 20:59:58','2025-11-19 20:59:47'),(208,209,'Tell us more...','yes','alert-info',NULL,'2025-10-29 20:59:58','2025-10-29 20:59:58'),(209,210,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','chlorpropamide (used to treat diabetes)\r\nmethotrexate (used to treat e.g. rheumatoid arthritis)\r\nphenylbutazone (used to treat pain and inflammation)\r\nprobenecid (used to treat gout)','2025-10-29 20:59:58','2025-11-22 08:29:36'),(210,211,'To continue, please confirm that you agree to the information provided. If you need help or have concerns, our customer support team can offer guidance.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-29 20:59:58','2025-11-22 14:35:24'),(211,212,'Tamiflu is only proven to be effective for treating an active flu infection when it is started within 48 hours of the first symptoms; it can also be taken for up to 6 weeks to help prevent seasonal flu outbreaks, and may be used as a short course if you believe you have recently been exposed to the flu virus.','no','alert-danger',NULL,'2025-10-29 20:59:58','2025-11-22 08:55:57'),(212,213,'If you need more information or have any questions about this service, treatment, or the steps involved, please contact us for guidance and support.','no','alert-danger',NULL,'2025-10-29 20:59:58','2025-11-22 08:55:57'),(213,214,'If you need more information or have any questions about this service, treatment, or the steps involved, please contact us for guidance and support.','no','alert-danger',NULL,'2025-10-29 20:59:58','2025-11-22 08:55:57'),(214,215,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19'),(215,216,'If three or more nails are affected or show signs of infection, you should seek advice from your GP. They can recommend the most effective nail infection treatment for your condition.','yes','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19'),(216,217,'If you’re not sure whether your nail problem is caused by a fungal infection, seek advice from your GP or community pharmacist. They can help confirm the diagnosis and recommend the most suitable antifungal treatment.','no','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19'),(217,218,'Before using antifungal treatment, please confirm your diagnosis with a qualified health professional  for example, your GP, community pharmacist, or podiatrist.','no','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19'),(218,219,'Fungal nail infections are generally harmless, but to protect your baby, you should wait until after pregnancy and breastfeeding before beginning antifungal treatment.','yes','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19'),(219,220,'Because not all nail problems are fungal infections, if your nail fails to respond to treatment or becomes worse, this may indicate another condition. Please see a GP, pharmacist, or podiatrist to confirm the diagnosis, then update your response and proceed.','no','alert-danger','Your nail condition worsens while using amorolfine lacquer, or there is no improvement after 2 months of treatment\r\nOr the duration of your treatment reaches or exceeds 3 months','2025-10-29 21:13:12','2025-11-11 18:07:19'),(220,221,'If you have any of the listed health conditions, please seek medical advice from your GP or healthcare provider. They can offer a comprehensive diagnosis and treatment plan, which may not be available from a pharmacy.','yes','alert-danger','Diabetes\r\nImpaired blood circulation\r\nImmunosuppression (either from a disease such as HIV, or a medication such as steroids)','2025-10-29 21:13:12','2025-11-11 18:07:19'),(221,222,'Not all nail changes are due to fungal infections. Some may result from conditions such as psoriasis or severe eczema. Please seek advice from your GP or community pharmacist before beginning antifungal treatment.','yes','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19'),(222,223,'Amorolfine antifungal treatment cannot be supplied, as there is a risk of a further allergic reaction. Please speak with your GP to discuss safe and effective alternatives for treating your fungal nail infection.','yes','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-22 09:34:31'),(223,224,'To continue, please confirm that you agree to the information provided. If you need help or have concerns, our customer support team can offer guidance.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-29 21:13:12','2025-11-22 14:35:03'),(224,225,'Nail cosmetics often contain solvents and adhesives that might create a barrier on the nail, which could lessen the absorption of antifungal medicines. Although the exact effect hasn’t been established, manufacturers recommend avoiding these products to ensure the treatment works as effectively as possible.','no','alert-danger',NULL,'2025-10-29 21:13:12','2025-11-22 09:55:13'),(225,226,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-29 21:47:38','2025-11-02 22:20:23'),(226,227,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Atovaquone or proguanil chloride (Malarone)\r\nDoxycycline\r\nMefloquine (Lariam)\r\nQuinine or Quinidine\r\nChloroquine\r\nAny antibiotics','2025-10-29 21:47:38','2025-11-02 22:26:16'),(227,228,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-10-29 21:47:38','2025-11-02 22:26:16'),(228,229,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','kidney disesase\r\nliver disease\r\nmental health conditions (including depression or anxiety)\r\nepilepsy or convulsions\r\nmyasthenia gravis, a condition characterised by muscle weakness, difficulty chewing and swallowing and slurred speech\r\nsystemic lupus erythematosus (SLE)\r\nporphyria (a genetic disorder of the blood)\r\nBlackwater fever\r\nany serious medical condition which may require immediate hospitalisation','2025-10-29 21:47:38','2025-11-02 22:38:49'),(229,230,'We’re unable to provide antimalarial medication based on the information you’ve given. For your safety and wellbeing, please seek advice from your GP or a qualified travel health specialist to discuss suitable malaria prevention or treatment options before you travel.','no','alert-danger',NULL,'2025-10-29 21:47:38','2025-11-11 16:51:50'),(230,231,'Tell us more...','yes','alert-info',NULL,'2025-10-29 21:47:38','2025-10-29 21:47:38'),(231,232,'We’re unable to supply treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and appropriate care.','yes','alert-danger','medicines for blood clotting disorders or diabetes (e.g. warfarin)\r\nmedicines for some mental problems (psychiatric disorders)\r\nmedicines used to treat epilepsy (such as sodium valproate, carbamazepine, phenobarbital, phenytoin)\r\nmedicines for any heart trouble, or high blood pressure (e.g. Quinapril)\r\nanti-biotics (e.g. tetracycline,rifampicin,rifabutin, penecillins, cephalosporins)\r\nantihistamines for allergies\r\nefavirenz or certain highly active protease-inhibitors (used to treat HIV)\r\nhalofantrine\r\ntramadol (used to treat severe pain)\r\nketoconazole (used to treat fungal infections)\r\nmetoclopramide (used to treat nausea and vomiting)\r\netoposide (used to treat cancer)\r\nmedicines such as antacids containing aluminium, calcium or magnesium or other medicines containing iron, bismuth or zinc salts\r\nCiclosporin (used to affect the body\'s immune response following organ transplants)','2025-10-29 21:47:38','2025-11-02 22:38:49'),(232,233,'To continue, please confirm that you agree to the information provided. If you need help or have concerns, our customer support team can offer guidance.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber','2025-10-29 21:47:38','2025-11-22 14:34:29'),(233,234,'Please review the antimalarial treatment information page carefully before confirming. Once you’ve read the guidance, confirm that you understand and agree with the advice provided to ensure your malaria prevention treatment is supplied safely.','no','alert-danger',NULL,'2025-10-29 21:47:38','2025-11-11 16:51:50'),(234,235,'Please visit one or more of the following official travel health websites to confirm that this malaria treatment is suitable for your destination: 🌍 NHS Fit for Travel – UK NHS resource providing destination-specific malaria risk maps and prevention advice. 🧭 TravelHealthPro (UK Health Security Agency) – Official clinical guidance on malaria prevention and travel vaccines. 🏛️ GOV.UK Foreign Travel Advice – UK Government safety and health information for each country. 🌐 World Health Organization – International Travel & Health – Global malaria and travel disease updates for international travellers. These resources are regularly updated with the latest malaria risk information and recommended antimalarial medicines for your travel destination.','no','alert-danger',NULL,'2025-10-29 21:47:38','2025-11-02 22:56:13'),(235,236,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-10-29 22:07:14','2025-11-02 21:58:30'),(236,237,'These products are not suitable for you, if you have severe acne. You would be better consulting your GP.','yes','alert-warning',NULL,'2025-10-29 22:07:14','2025-11-26 13:47:19'),(237,238,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger','Adapalene\r\nBenzoyl Peroxide\r\nPropylene Glycol','2025-10-29 22:07:14','2025-11-02 22:03:48'),(238,239,'Important information for female patients. Some acne treatments are not suitable during pregnancy, as they may cause harm to an unborn baby. You must use effective contraception while taking acne medication and stop treatment at least one menstrual cycle before trying to become pregnant. If you forget to use contraception or think you might be pregnant, stop the treatment immediately and contact your GP or healthcare professional for advice.','yes','alert-warning',NULL,'2025-10-29 22:07:14','2025-11-02 22:06:46'),(239,240,'Some acne treatments are not suitable during pregnancy, as certain ingredients may harm an unborn baby. Always speak to your GP or pharmacist before using any acne medication if you are pregnant, planning a pregnancy, or breastfeeding.','yes','alert-warning',NULL,'2025-10-29 22:07:14','2025-11-02 22:06:46'),(240,241,'You’re eligible for treatment, but some products may not be suitable for you. Based on your answers, treatments containing clindamycin should be avoided. Our pharmacist will recommend an alternative option that’s safe and effective for your needs.','yes','alert-warning',NULL,'2025-10-29 22:07:14','2025-11-02 21:27:54'),(241,242,'You’re eligible for treatment, but some products may not be suitable for you. Based on your answers, treatments containing topical antibiotics should be avoided. Our pharmacist will recommend a safe and effective non-antibiotic alternative for your skin.','yes','alert-warning',NULL,'2025-10-29 22:07:14','2025-11-02 21:27:54'),(242,243,'We don’t recommend using more than one acne treatment at the same time. Combining multiple acne products can increase the risk of dryness, irritation, or side effects. For the best results, use only the treatment recommended by our pharmacist or your doctor.','yes','alert-danger',NULL,'2025-10-29 22:07:14','2025-11-02 21:27:54'),(243,244,'To continue, please confirm that you agree to the information provided. If you need help or have concerns, our customer support team can offer guidance.','no','alert-danger','You will read the patient information leaflet supplied with your medication\r\nYou will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment\r\nThe treatment is solely for your own use\r\nYou have answered all the above questions accurately and truthfully\r\nYou understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health\r\nYou understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.','2025-10-29 22:07:14','2025-11-22 14:34:07'),(244,245,'Important: If your acne worsens or your symptoms change, you should see your GP or a qualified healthcare professional for further assessment.','no','alert-danger',NULL,'2025-10-29 22:07:14','2025-11-02 21:23:41'),(245,246,'Important: You should avoid direct sunlight and sunlamps while using this treatment, as it can make your skin more sensitive to light. If you have any questions or concerns, please contact our customer support team or speak to a pharmacist for further advice.','no','alert-danger',NULL,'2025-10-29 22:07:14','2025-11-02 21:20:40'),(246,247,'Please confirm your agreement before continuing. If you need help or have any questions, please contact our customer support team for assistance.','no','alert-danger',NULL,'2025-10-29 22:07:14','2025-11-02 21:20:40'),(247,248,'Important: This treatment may cause irritation if it comes into contact with the eyes, lips, gums, or other sensitive areas. If accidental contact occurs, rinse thoroughly with water and seek advice from your GP or pharmacist if irritation persists.','no','alert-success',NULL,'2025-10-29 22:07:14','2025-11-02 21:22:08'),(252,253,NULL,'yes','alert-success',NULL,'2025-11-02 22:02:05','2025-11-26 13:48:21'),(253,254,NULL,'yes','alert-success',NULL,'2025-11-02 22:02:05','2025-11-26 13:48:21'),(254,255,'Requires GP or Dermatologist review','yes','alert-danger',NULL,'2025-11-02 22:02:05','2025-11-02 22:02:05'),(272,273,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(273,274,'Melatonin is supplied by our service for the short-term management of jet lag only.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(274,275,'If you are pregnant or breastfeeding, we’re unable to provide melatonin and recommend seeking advice from your GP or midwife.','yes','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(275,276,'We’re sorry, but this product cannot be supplied to you because it may not be safe or appropriate based on your responses. This decision is made in your best interests.','yes','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(276,277,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(277,278,'Tell us more...','yes','alert-primary',NULL,'2025-11-24 23:06:34','2025-11-24 23:06:34'),(278,279,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(279,280,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','yes','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51'),(280,281,'To continue, please confirm that you agree. If you have any questions or need support, contact our customer support team.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51'),(281,282,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(282,283,'To ensure safe and appropriate use, please review the melatonin product information. The official Summary of Product Characteristics (SPC) is available here. You may then amend your response if required.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51'),(283,284,'We’re unable to supply this treatment based on your answers. For your safety, please consult your GP or a qualified healthcare professional for further advice and support.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56'),(284,285,'Melatonin and alcohol both cause drowsiness and can be risky when taken together. A small amount of alcohol (up to 2 units) is unlikely to cause harm, but risk increases with more alcohol. If you accept this risk, update your answer to continue.','no','alert-danger',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51'),(285,286,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley','yes','alert-success',NULL,'2025-12-01 21:59:04','2025-12-01 21:59:04'),(286,287,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley','yes','alert-success',NULL,'2025-12-01 21:59:04','2025-12-01 21:59:04'),(287,290,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s','yes','alert-success',NULL,'2025-12-02 23:01:53','2025-12-02 23:01:53'),(288,291,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s','yes','alert-success',NULL,'2025-12-02 23:01:53','2025-12-02 23:01:53'),(289,295,'Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.','yes','alert-success',NULL,'2025-12-08 20:15:39','2025-12-08 20:15:39'),(290,296,'We are unable to supply you with treatment. Please consult your GP or doctor.','yes','alert-success',NULL,'2025-12-08 20:15:39','2025-12-08 20:15:39'),(291,297,'Melatonin is supplied by our service for the short-term management of jet lag only.','yes','alert-danger',NULL,'2025-12-14 11:55:56','2025-12-14 11:55:56'),(292,298,'Melatonin is supplied by our service for the short-term management of jet lag only.','yes','alert-danger',NULL,'2025-12-14 11:55:56','2025-12-14 11:55:56');
/*!40000 ALTER TABLE `consultation_answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `consultation_questions`
--

DROP TABLE IF EXISTS `consultation_questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `consultation_questions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` bigint(20) unsigned DEFAULT NULL,
  `consultation_section_id` bigint(20) unsigned NOT NULL,
  `question` text DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `field_config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`field_config`)),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `notes` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `consultation_questions_consultation_section_id_foreign` (`consultation_section_id`),
  KEY `consultation_questions_parent_id_foreign` (`parent_id`),
  CONSTRAINT `consultation_questions_consultation_section_id_foreign` FOREIGN KEY (`consultation_section_id`) REFERENCES `consultation_sections` (`id`) ON DELETE CASCADE,
  CONSTRAINT `consultation_questions_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `consultation_questions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=299 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `consultation_questions`
--

LOCK TABLES `consultation_questions` WRITE;
/*!40000 ALTER TABLE `consultation_questions` DISABLE KEYS */;
INSERT INTO `consultation_questions` VALUES (1,NULL,1,'Are you male and between 18 and 75 years of age?','text',NULL,'2025-10-24 20:05:49','2025-11-02 20:56:21',NULL),(2,NULL,1,'Do you smoke or drink?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(3,NULL,1,'Have you taken Viagra (sildenafil), Levitra (vardenafil), Nipatra, Spedra or Cialis (tadalafil) at least 4 times previously without any side effects?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(4,NULL,2,'Do you have trouble achieving or maintaining your erection?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(5,NULL,3,'Do you have any allergy to Viagra (sildenafil), Levitra (vardenafil), Spedra (avanafil) or Cialis (tadalafil) or have you experienced any adverse reaction to any erectile dysfunction medication previously?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(6,NULL,3,'Do you have high blood pressure (above 160/90), or are you currently on treatment for high blood pressure?','text+textarea',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(7,NULL,3,'Do you have low blood pressure (below 90/50)?','text+textarea',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(8,NULL,3,'Do you suffer from depression for which you have not seen a GP?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(9,NULL,3,'Have you been advised to avoid strenuous exercise?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(10,NULL,3,'Have you ever suffered from any of the problems listed below?','text+textarea',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(11,NULL,3,'Would you have any difficulty walking at a fast pace for 5 minutes?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(12,NULL,4,'Are you currently taking any medication (over-the-counter or prescription) or any recreational drugs?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(13,12,4,'Are you taking any of the following?','text+textarea',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(14,NULL,4,'Are you taking any medicines known as nitrates (often taken for chest pain/angina) or nitric oxide donors (\'poppers\')?','text+textarea',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(15,NULL,5,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(16,NULL,5,'Do you understand that erectile dysfunction can be associated with a number of contributing health conditions (e.g. hypertension, diabetes mellitus, high cholesterol or cardiovascular disease) and you should consult your doctor within 6 months of starting treatment for a clinical review?','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(17,NULL,5,'In the rare event I obtain a prolonged erection of more than 4 hours or experience any sudden visual impairment, I agree that I will seek immediate medical assistance.','text',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49',NULL),(18,NULL,6,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment)','text',NULL,'2025-10-24 20:28:19','2025-12-14 08:27:09',NULL),(19,NULL,7,'Are you currently pregnant, breastfeeding, or planning to become pregnant or breastfeed while using this medication?','text',NULL,'2025-10-24 20:28:19','2025-12-14 08:40:24',NULL),(20,NULL,7,'Do you have a medical diagnosis of any of the conditions listed below?','text+textarea',NULL,'2025-10-24 20:28:19','2025-12-14 08:40:24','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A condition affecting the absorption of food, such as chronic malabsorption, diagnosed by a GP or healthcare professional</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any existing liver condition or impairment</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any existing kidney condition or impairment</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A diagnosed thyroid disorder</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Previous surgery to remove the gallbladder (gallbladder removal surgery)</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Cholestasis or any condition that restricts the normal flow of bile from the liver</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any serious or unstable medical condition that may require urgent hospital treatment</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt;\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p>&nbsp;</o:p></p>'),(21,NULL,7,'Have you ever had an eating disorder, for example anorexia or bulimia, that was identified by a healthcare professional?','text',NULL,'2025-10-24 20:28:19','2025-12-14 08:40:24',NULL),(22,NULL,8,'Do you take any current medication, including prescription treatments, over-the-counter products, or any recreational drugs?','text',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31',NULL),(23,22,8,'Do you take any of the following medicines?','text+textarea',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Acarbose or other medicines used to treat type 2 diabetes</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Amiodarone or other medicines used to treat heart rhythm disorders</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Antipsychotic medicines, including lithium</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any other weight-loss medicines or weight-management treatments</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Ciclosporin, including use following organ transplantation or for severe autoimmune or skin conditions</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Fat-soluble vitamins (such as vitamins A, D, E or K)</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Iodine-containing medicines or supplements</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Medicines prescribed for depression</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Medicines used to treat epilepsy or prevent seizures (anti-epileptic drugs)</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Medicines used to treat HIV (antiretroviral therapy)</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Oral anticoagulants (blood-thinning medicines), including warfarin</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Sedatives or anti-anxiety medicines, including benzodiazepines such as diazepam</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Thyroid medicines, including levothyroxine</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p>'),(24,NULL,8,'Do you take any medicines for cholesterol, diabetes, or blood pressure?','text',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31',NULL),(25,NULL,8,'Do you currently take the contraceptive pill?','text',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31',NULL),(26,NULL,9,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br><br></span><span style=\"font-family: &quot;Times New Roman&quot;, serif;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span></p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;; color: black;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif; color: black;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.</span><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;\"></span>'),(27,NULL,9,'Are you aware that this treatment must be stopped once your BMI is under 28?','text',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31',NULL),(28,NULL,9,'Are you aware  that treatment may need to be stopped if you have not lost weight after three months of starting treatment?','text',NULL,'2025-10-24 20:28:19','2025-12-14 11:38:31',NULL),(29,NULL,9,'Do you understand that you should take a multivitamin that contains vitamins D, E, and K and beta carotene? It should be taken once a day at least 2 hours before or after taking Orlistat (Xenical/Alli/Orlos) such as at bedtime.','text',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19',NULL),(30,NULL,9,'Do you understand the treatment should be taken with a nutritionally balanced, calorie-controlled diet that contains approximately 30% of the calories from fat? It is recommended that your diet is rich in fruit and vegetables.','text',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19',NULL),(31,NULL,10,'Are you male and aged between 18-65?','text',NULL,'2025-10-24 20:45:53','2025-11-02 21:20:42',NULL),(32,NULL,10,'Have you been taking Finasteride for more than 3 months?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(33,32,10,'Have you noticed any visible reduction in hair loss since you began taking Finasteride?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(34,32,10,'Have you experienced any sexual side effects (e.g. erectile dysfunction, low libido, ejaculation disorders) since starting to take finasteride?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(35,34,10,'Certain studies have shown a possible link between Finasteride or Propecia leading to erectile dysfunction or a low sperm count and semen volume. If these side effects occur, they are usually reversible when the medication is stopped, however in rare cases they may be permanent. With this in mind, are you happy to continue with Finasteride?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(36,32,10,'Have you experienced any psychological side effects (e.g. depression, suicidal thoughts) since starting to take finasteride?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(37,NULL,11,'Are you suffering from hair loss?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(38,NULL,11,'Could your hair loss be explained by any medication, dietary matter or illness?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(39,NULL,11,'Do you have a healthy scalp?','text+textarea',NULL,'2025-10-24 20:45:53','2025-10-31 21:00:55','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">no inflammation on the scalp</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">no redness</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">no medical dressings</li></ul>'),(40,NULL,11,'Do you have hair loss in patches, or have an itchy or sore scalp?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(41,NULL,11,'Do you have sudden unexplained hair loss or complete hair loss?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(42,NULL,11,'Is your hair loss limited to the temple area?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(43,NULL,12,'Are you allergic/hypersensitive to minoxidil, finasteride/propecia, ethanol, propylene glycol or lactose?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(44,NULL,12,'Do you have a history of depression, suicidal thoughts and/or any other mental illness?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(45,NULL,12,'Have you ever been diagnosed with one of the following conditions:','text+textarea',NULL,'2025-10-24 20:45:53','2025-10-31 21:00:55','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Heart disease (including chest pain, angina, heart attack or any history of cardiovascular event)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">High blood pressure</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Pheochromocytoma (cancer of the adrenal glands)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Male breast cancer</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Acute porphyria (a rare hereditary disease affecting haemoglobin)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Prostate problems (prostate enlargement, prostatitis, prostate cancer)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Any liver disease</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Obstructive uropathy (difficulty urinating)</li></ul>'),(46,NULL,13,'Are you currently taking any medication (over-the-counter or prescription) or any recreational drugs?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(47,46,13,'Are you taking any of the following medications?','text+textarea',NULL,'2025-10-24 20:45:53','2025-10-31 21:00:55','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Dithranol — used to treat psoriasis</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Tretinoin — used to treat acne or other skin disorders</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Corticosteroids — hydrocortisone or betamethasone dipropionate</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Petrolatum — a common ingredient in hair wax and gel</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Already taking Finasteride for conditions other than hair loss (e.g. benign prostate enlargement)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Already taking other 5AR inhibitor (e.g. Dutasteride)</li></ul>'),(48,NULL,14,'Do you understand that if you are prescribed finasteride and your partner is (or may be) pregnant, they should not handle crushed or broken tablets, and that you should always wear a condom during sex?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(49,NULL,14,'Do you understand that if you are prescribed finasteride, you should inform your GP of this before undergoing a PSA blood test for your prostate?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(50,NULL,14,'Do you understand that if you and/or your partner are planning to conceive, finasteride may temporarily impact your fertility? However, this is not common and usually resolves over time after stopping the treatment.','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(51,NULL,14,'Do you understand that taking finasteride can cause side effects such as depression and may lead to suicidal thoughts? If you experience these symptoms, stop taking finasteride and contact your doctor for further medical advice as soon as possible.','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(52,NULL,14,'Do you understand that taking finasteride can cause side effects like decreased sex drive and erectile dysfunction which may continue after treatment is stopped?','text',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53',NULL),(53,NULL,15,'Are you aged between 18 and 65?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(54,NULL,15,'Have you been diagnosed by your GP or GUM clinic with Genital Herpes (HSV-1 or HSV-2)?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(55,NULL,16,'Are you experiencing any of the following?','text+textarea',NULL,'2025-10-24 21:00:02','2025-10-31 21:19:43','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">thrush</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">unintentional weight loss</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">chest pain</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">blood in your urine</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">pain when urinating</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">blood in your stools</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">urinary tract infections (UTI)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">night sweats</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">fever</li></ul>'),(56,NULL,17,'Are you breast feeding or pregnant or possibly pregnant?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(57,NULL,17,'Do you have an allergy (hypersensitivity) to medicines containing Aciclovir or Valciclovir or Famaciclovir or Penciclovir?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(58,NULL,17,'Have you been diagnosed with any of the following?','text+textarea',NULL,'2025-10-24 21:00:02','2025-10-31 21:19:43','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Liver problems</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Kidney problems</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Immunodeficiency conditions (eg. HIV)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Nervous system abnormalities</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Any serious medical condition which may require immediate hospitalisation</li></ul>'),(59,NULL,18,'Are you currently taking any medication (including over the counter, prescription or recreational drugs)?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(60,59,18,'Are you taking any of the following medications?','text+textarea',NULL,'2025-10-24 21:00:02','2025-10-31 21:19:43','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">cimetidine (used to treat peptic ulcers)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">probenecid (used to treat gout)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">raloxifen</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">medicines that suppress your immune system (e.g. mycophenolate mofetil; ciclosporin; tacrolimus; methotrexate)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">theophylline and aminophylline (used in asthma and other breathing problems)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">zidovudine (used in HIV infection)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">any medicine which affects the kidneys, including aminoglycosides, organoplatinum compounds, iodinated contrast media, pentamidine, foscarnet</li></ul>'),(61,NULL,19,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 21:00:02','2025-10-31 21:19:43','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will read the patient information leaflet supplied with your medication</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The treatment is solely for your own use</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You have answered all the above questions accurately and truthfully</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.</li></ul>'),(62,NULL,19,'Do you understand that if your symptoms do not improve after 7 days you must see your doctor?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(63,NULL,19,'Do you understand that you should drink water regularly during your treatment? This will help reduce side effects that can effect your kidneys or nervous system.','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(64,NULL,19,'Do you understand that you should maintain genital hygiene and avoid sexual contact during your outbreak?','text',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02',NULL),(65,NULL,20,'Are you female and aged between 18-55?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(66,NULL,21,'Are you breast feeding or pregnant or possibly pregnant?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(67,NULL,21,'Do you have an allergy (hypersensitivity) to norethisterone?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(68,NULL,21,'Do you or your family members have a history of deep vein thrombosis (DVT)?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(69,NULL,21,'Have you been diagnosed with any of the following?','text+textarea',NULL,'2025-10-24 21:08:45','2025-10-31 20:47:05','<ul class=\"question-points tw-pl-6\" style=\"margin-top: 1.25em; margin-bottom: 1.25em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">irregular vaginal bleeding of unknown cause</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">diabetes</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">depression</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">epilepsy, migraine, asthma, kidney or heart problems</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">myocardial infarction (heart attack)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">High blood pressure</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Angina</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Any liver disease or disturbance of liver function</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">jaundice or herpes during pregnancy</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">severe itching</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Dubin-Johnson Syndrome (chronic jaundice (yellowing of the skin or eyes)) or Rotor Syndrome (jaundice in childhood)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">an inherited disorder of the red blood pigment haemoglobin (porphyria)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">cancer of the breast or genital tract</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">any serious medical condition which may require immediate hospitalisation</li></ul>'),(70,NULL,22,'Are you currently taking any medication (including over the counter, prescription or recreational drugs)?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(71,70,22,'Are you taking any of the following medications?','text+textarea',NULL,'2025-10-24 21:08:45','2025-10-31 20:47:05','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Medicines to treat epilepsy (e.g. phenytoin, carbamazepine)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Antibiotic medicines to treat an infection (e.g. tetracyclines, rifampicin, co-trimoxazole)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Antiviral medicines to treat HIV (e.g. ritonavir, nelfinavir)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Anticancer medicines</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Herbal preparations containing St John\'s Wort (Hypericum perforatum)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Aminoglutethimide, sometimes used in Cushing\'s syndrome</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Ciclosporin (for suppressing the immune system)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Non-steroidal inflammatory drugs (NSAIDs) for treating pain and inflammation</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Medicines for high blood pressure</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Rifamycin</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Warfarin</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Sex hormones (e.g. HRT treatments)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">A statin for high cholesterol</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">griseofulvin</li></ul>'),(72,NULL,22,'Are you taking any type of hormonal contraceptives (e.g. oral or injections)?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(73,NULL,23,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 21:08:45','2025-10-31 20:47:05','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will read the patient information leaflet supplied with your medication</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The treatment is solely for your own use</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You have answered all the above questions accurately and truthfully</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.</li></ul>'),(74,NULL,23,'Do you understand that this medication should be only be used for delaying your period?','text',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45',NULL),(75,NULL,24,'Are you aged between 18-65?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(76,NULL,25,'Are you experiencing any of the following along with your migraine?','text+textarea',NULL,'2025-10-24 21:19:11','2025-10-31 20:50:00','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Unilateral motor weakness</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Double vision</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Clumsiness or uncoordinated movements</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Tinnitus (ringing in the ears)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Reduced level of consciousness</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Seizure-like movements (fits)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">A recent rash with a headache</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Headache confined to the back of the head</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Recent marked deterioration in migraine (duration, severity or frequency of attacks)</li></ul>'),(77,NULL,25,'Do you experience migraines for more than 10 days a month?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(78,NULL,25,'Do your migraines follow a broadly similar pattern each time?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(79,NULL,25,'Do your migraines last less than 4 hours without treatment or last longer than 24 hours without treatment?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(80,NULL,26,'Are you breastfeeding, pregnant or possibly pregnant?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(81,NULL,26,'Do you have an allergy (hypersensitivity) to Imigran/Sumatriptan, Maxalt/Rizatriptan, Zomig/Zolmitriptan?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(82,NULL,26,'Have you been diagnosed with any of the following?','text+textarea',NULL,'2025-10-24 21:19:11','2025-10-31 20:50:00','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Heart disease or heart problems such as narrowing of the arteries (ischaemic heart disease)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Chest pains (angina), or have previously had a heart attack</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Stroke or a mini-stroke (also called a transient ischaemic attack or TIA)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">High blood pressure</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Coronary Vasospasm (including Prinzmetal’s angina)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Wolff-Parkinson-White Syndrome (a type of abnormal heartbeat)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Peripheral Vascular Disease</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Previous Gastrointestinal or Splenic infarction</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Ischaemic Colitis</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Epilepsy or history of seizures</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Liver problems</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Kidney problems</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Allergy or sensitivity to antibiotics called sulphonamides (e.g. trimethoprim)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Any serious medical condition which may require immediate hospitalisation</li></ul>'),(83,NULL,26,'Have you previously been diagnosed with migraines by your GP and have you experienced relief when taking migraine treatments that contained \'triptans\' such as Imigran (Sumatriptan), Rizatriptan (Maxalt), or Zomig (Zolmitriptan)?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(84,NULL,26,'If you have taken a ‘triptan’ medication in the past, have you experienced any of the following within the first few hours of taking it?','text+textarea',NULL,'2025-10-24 21:19:11','2025-10-31 20:50:00','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Heaviness, pressure or tightness in the body (especially chest or throat)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Palpitations</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Flushing</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Dizziness</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Rash</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Feelings of weakness</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Worsening nausea and vomiting</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Temporary rise in blood pressure</li></ul>'),(85,NULL,27,'Are you currently taking any medication (over-the-counter or prescription) or any recreational drugs?','text',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11',NULL),(86,85,27,'Are you taking any of the following medications?','text+textarea',NULL,'2025-10-24 21:19:11','2025-10-31 20:50:00','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The migraine medications Ergotamine or Methysergide</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Any other ‘triptan’ migraine medication taken within the last 24 hours (e.g. naratriptan, rizatriptan, zolmitriptan, almotriptan or eletriptan (NOTE: we advise that different types of ‘triptans’ should not be taken within 24 hours of one another)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">MAOIs (monoamine oxidase inhibitors) or if you have taken an MAOI in the last 2 weeks (e.g. Mocobemide, Phenelzine, Isocarboxazid and Tranylcypromine)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Selective Serotonin Reuptake Inhibitors (SSRIs) usually used to treat depression e.g. Citalopram, Escitalopram, Fluoxetine, Fluvoxamine, Paroxetine, Sertraline and Priligy</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Serotonin Noradrenaline Reuptake Inhibitors (SNRIs) used to treat depression e.g. Duloxetine, Dapoxetine, Venlafaxine and Mirtazapine</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Reboxetine, Tryptophan or Flupentixol</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Lithium</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Selegiline</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">St John\'s Wort (Hypericum perforatum)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Cimetidine (for indigestion or stomach ulcers)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Propranolol (beta-blocker)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Any current antibiotics (antibiotic course needs to be completed at least 72 hours before taking a triptan)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Antifungals (e.g. Ketoconazole, Itraconazole)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The combined oral contraceptive pill (except for the progesterone-only mini pill)</li></ul>'),(87,NULL,28,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 21:19:11','2025-10-31 20:50:00','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will read the patient information leaflet supplied with your medication</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The treatment is solely for your own use</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You have answered all the above questions accurately and truthfully</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.</li></ul>'),(88,NULL,29,'Are you a male patient aged between 18 and 64 years old? (This information helps us confirm eligibility for treatment in line with safety and GPhC prescribing guidance.)','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03',NULL),(89,NULL,29,'Do you regularly or occasionally drink alcohol?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03',NULL),(90,NULL,29,'Have you noticed pain when you ejaculate, or any problems such as pain or difficulty when passing urine?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03',NULL),(91,NULL,29,'Has premature ejaculation led to frustration for you, or contributed to any problems in your relationship?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03',NULL),(92,NULL,29,'Have you tried Priligy 30 mg on four separate occasions, experienced no side effects, yet felt that the 30 mg strength didn’t improve your symptoms enough?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:19:03',NULL),(93,NULL,30,'Do you often ejaculate earlier than you want to during sexual activity?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04',NULL),(94,NULL,30,'Do you usually ejaculate within two minutes of penetration?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04',NULL),(95,NULL,30,'Has premature ejaculation been an issue for you for at least the past six months?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04',NULL),(96,NULL,31,'Have you ever had an allergic reaction to Priligy or its active ingredient, dapoxetine?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04',NULL),(97,NULL,31,'Do you ever feel faint or dizzy when standing up from lying down? We ask this because Priligy can lower blood pressure on standing, which increases the risk of fainting.','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:36:04',NULL),(98,NULL,31,'Is your blood pressure known to be low, specifically below 90/50 mmHg?','text+textarea',NULL,'2025-10-24 21:47:35','2025-11-30 22:02:44','<div><font color=\"#e79439\"><span style=\"caret-color: rgb(0, 0, 0); font-size: medium;\">If you are unsure of your blood pressure, you can have it checked at your local pharmacy or GP surgery. Knowing your blood pressure is important before using Priligy because people with low readings (below 90/50) may be at higher risk of dizziness or fainting when taking this medication. You can learn more about blood pressure testing on the NHS website:&nbsp;</span><a data-start=\"457\" data-end=\"517\" rel=\"noopener\" target=\"_new\" class=\"decorated-link\" href=\"https://www.nhs.uk/tests-and-treatments/blood-pressure-test/?utm_source=chatgpt.com\" style=\"font-size: 1rem;\">https://www.nhs.uk/tests-and-treatments/blood-pressure-test/</a><br></font></div><div><font color=\"#7b7b7b\" face=\"ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji\"><span style=\"caret-color: rgb(123, 123, 123); font-size: 15px;\"><br></span></font></div>'),(99,NULL,31,'Do you have a history of any of the conditions shown in the list below?','text+textarea',NULL,'2025-10-24 21:47:35','2025-11-30 21:59:42','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Mental health conditions (depression, mania, bipolar disorder, schizophrenia) -&nbsp;</b>Priligy affects serotonin levels and may worsen or interact with existing mental health disorders.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Heart conditions (angina, chest pain, heart failure, irregular heartbeat, heart attack, narrowed valves) -&nbsp;</b>Priligy can lower blood pressure and affect heart rate, which may be unsafe in heart disease.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Bleeding or clotting problems -&nbsp;</b>Dapoxetine can increase bleeding risk in people with these conditions.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Glaucoma or raised eye pressure / family history of glaucoma -&nbsp;</b>Priligy may slightly increase eye pressure, which can worsen glaucoma.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Kidney problems -&nbsp;</b>reduced kidney function may lead to higher drug levels and increased side effects.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Prostate problems -&nbsp;</b>existing urinary symptoms may be aggravated by Priligy.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Epilepsy -&nbsp;</b>Priligy may increase the risk of seizures.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Recurrent fainting -&nbsp;</b>because Priligy can cause drops in blood pressure, it may worsen fainting episodes.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Moderate or severe liver problems / galactose intolerance or related metabolic issues -&nbsp;</b>poor liver function or metabolic disorders can affect how Priligy is processed, increasing risk.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Any serious condition requiring possible emergency hospital care -&nbsp;</b>unstable or serious illnesses may make Priligy unsafe without close medical supervision.</font><b style=\"color: rgb(0, 0, 0);\"><o:p></o:p></b></p>'),(100,NULL,32,'Do you take any medicines or substances including prescription, non-prescription, or recreational drugs  that we should be aware of before supplying treatment?','text',NULL,'2025-10-24 21:47:35','2025-11-30 21:59:42',NULL),(101,100,32,'Do you use any of the medications listed below, as these may interact with Priligy?','text+textarea',NULL,'2025-10-24 21:47:35','2025-11-30 21:59:42','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Antibiotics&nbsp;</b>such as erythromycin, clarithromycin, telithromycin, linezolid.<br>Can increase Priligy side effects.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Antifungals&nbsp;</b>such as<b>&nbsp;</b>ketoconazole, itraconazole, fluconazole. May raise Priligy levels in the body.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Aprepitant&nbsp;</b>(for nausea) can make Priligy stronger.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Blood pressure &amp; angina medicines&nbsp;</b>such as<b>&nbsp;</b>nitrates, verapamil, diltiazem, doxazosin, beta-blockers. Can increase dizziness or fainting with Priligy.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Blood thinners&nbsp;</b>such as<b>&nbsp;</b>warfarin. May increase bleeding risk.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Erectile dysfunction treatments&nbsp;</b>such as<b>&nbsp;</b>Viagra, Sildenafil, Cialis, Levitra.<br>Increase risk of low blood pressure with Priligy.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>HIV medicines&nbsp;</b>may raise Priligy levels and side effects.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>MAOIs&nbsp;</b>such as<b>&nbsp;</b>rasagiline, selegiline, moclobemide, phenelzine. Risk of dangerous serotonin increase.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Mental health medicines (not antidepressants)&nbsp;</b>such as<b>&nbsp;</b>Thioridazine, Lithium. May affect heart rhythm or interact with serotonin.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>NSAIDs&nbsp;</b>such as<b>&nbsp;</b>ibuprofen, aspirin. Can increase stomach bleeding risk.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Other antidepressants&nbsp;</b>may raise serotonin too much with Priligy.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Prostate medicines&nbsp;</b>such as<b>&nbsp;</b>tamsulosin, finasteride. May increase dizziness with Priligy.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Recreational drugs such as&nbsp;</b>ecstasy, LSD, narcotics, benzodiazepines. Can cause dangerous interactions.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>SSRIs&nbsp;</b>(common antidepressants). Increase risk of serotonin syndrome.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>St John’s Wort&nbsp;</b>raises serotonin, increasing side-effect risk.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>TCAs&nbsp;</b>(older antidepressants). Can add to serotonin-related side effects.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Tryptophan&nbsp;</b>may increase serotonin too much.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Tramadol&nbsp;</b>raises risk of seizures and serotonin syndrome.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>5HT1 migraine medicines&nbsp;</b>such as<b>&nbsp;</b>sumatriptan, rizatriptan, zolmitriptan. Can interact through serotonin pathways.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><b>Venlafaxine r</b>aises serotonin and side-effect risk.<b><o:p></o:p></b></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><o:p><font color=\"#e79439\">&nbsp;</font></o:p></p>'),(102,NULL,33,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-24 21:47:35','2025-11-30 22:10:44','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p>'),(103,NULL,33,'Are you aware you and understand that if you experience mood changes, seizures, or any other side effects, you must stop taking the medication immediately and seek urgent medical care?','text',NULL,'2025-10-24 21:47:35','2025-11-30 22:10:44',NULL),(104,NULL,33,'Are you aware and understand the actions to take if you feel light-headed after standing  lie down or sit with your head lowered, stand up slowly from rest, and avoid driving or operating machinery if these symptoms occur.','text',NULL,'2025-10-24 21:47:35','2025-11-30 22:10:44',NULL),(105,NULL,33,'I confirm that Priligy (dapoxetine) is not intended for erectile dysfunction (ED), and combining it with ED medication is discouraged because of the increased risk of low blood pressure.','text',NULL,'2025-10-24 21:47:35','2025-11-30 22:10:44',NULL),(106,NULL,34,'Can you confirm you are aged 18 to 65?','text',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32',NULL),(107,NULL,34,'Do you have a confirmed diagnosis of cold sores from a GP, nurse, or pharmacist?','text',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32',NULL),(108,NULL,35,'Can you confirm if you have any of these symptoms below?','text+textarea',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Blisters or crusting on the lips (fluid-filled)</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Mouth ulcers or lumps lasting more than 3 weeks</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Painful red or white patches inside the mouth</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Difficulty swallowing or persistent throat discomfort</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Fever, swollen glands, or feeling generally unwell</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Severe pain or rapidly worsening symptoms</span></strong><b><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\"><font color=\"#e79439\">Unusual swelling around the lips, face, or gums</font></span></strong><b style=\"color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></b></p>'),(109,NULL,36,'Do you know whether you are currently pregnant, breastfeeding, or there is a possibility you may be pregnant?','text',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32',NULL),(110,NULL,36,'Can you confirm if you are allergic to Aciclovir, Famciclovir,  Valaciclovir or related antivirals?','text',NULL,'2025-10-24 21:58:21','2025-11-30 14:27:32',NULL),(111,NULL,36,'Have you been diagnosed with any of the following conditions?','text+textarea',NULL,'2025-10-24 21:58:21','2025-11-30 15:33:11','<p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">Electrolyte abnormalities - any imbalance in potassium, sodium, magnesium, or calcium that could affect the heart, nerves, or overall stability.<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">Immune system conditions (e.g., cancer, HIV, immunosuppressive disorders) - any illness or treatment that weakens your immune system, reducing your ability to fight infections.<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">Kidney problems - reduced kidney function, chronic kidney disease, or any condition that affects how your body clears medicines.<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">Liver problems - Liver damage or disease (e.g., hepatitis, fatty liver, cirrhosis) which may alter how medicines are processed.<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">Nervous system abnormalities - conditions affecting the brain or nerves, including seizures, neuropathy, multiple sclerosis, or other neurological disorders.<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">Serious medical conditions requiring immediate or urgent care - Any severe or unstable illness—such as major infections, recent hospitalisation, uncontrolled health conditions, or sudden deterioration.</font><font color=\"#000000\"><o:p></o:p></font></span></p>'),(112,NULL,37,'Are you currently taking any medications, including prescription medicines, over-the-counter treatments, or recreational drugs?','text',NULL,'2025-10-24 21:58:21','2025-11-30 15:45:32',NULL),(113,112,37,'Do you take any of the medications listed below?','text+textarea',NULL,'2025-10-24 21:58:21','2025-11-30 15:45:32','<p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Antibiotics that can affect the kidneys -&nbsp;<i>(examples: gentamicin, amikacin, tobramycin)</i><br>These stronger antibiotics can put extra strain on the kidneys.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Asthma medicines such as aminophylline or theophylline - used to help with breathing problems; some medicines can affect their levels in the body.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Cimetidine (for stomach ulcers or reflux) - this medicine can change how some treatments are processed.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Immune-system medicines -&nbsp;<i>(examples: ciclosporin, tacrolimus, mycophenolate mofetil, methotrexate)</i><br>These weaken the immune system and may affect how your body responds to infections or medication.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Medicine used in scans or X-rays (iodinated contrast dye) - sometimes used during hospital scans; can temporarily affect the kidneys.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Organoplatinum chemotherapy medicines -&nbsp;<i>(examples: cisplatin, carboplatin)</i><br>Used for cancer treatment and can affect kidney function.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Pentamidine (used for certain infections) - this can affect the kidneys and your body’s electrolyte levels.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Probenecid (for gout) - can change how quickly other medicines leave your body.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Raloxifene (used for osteoporosis) - may interact with other medicines processed by the liver.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Strong antiviral medicine called foscarnet - used for serious infections and may affect the kidneys.<o:p></o:p></font></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\">Zidovudine (used for HIV treatment) - may increase the chance of side effects when taken with certain antivirals.</font><font color=\"#000000\"><o:p></o:p></font></p>'),(114,NULL,38,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 21:58:21','2025-11-30 15:55:07','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p>'),(115,NULL,38,'Are you aware that if your symptoms worsen or the sores have not healed within 7-10 days, you should see your doctor for further assessment?','text',NULL,'2025-10-24 21:58:21','2025-11-30 15:55:07',NULL),(116,NULL,38,'Are you aware that cold sore treatment is most effective when started at the very first symptom, such as tingling, itching, or a burning sensation?','text',NULL,'2025-10-24 21:58:21','2025-11-30 15:55:07',NULL),(117,NULL,39,'Are you a woman aged 18 years or older?','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:25:27',NULL),(118,NULL,40,'Do you understand that emergency contraception must be taken within the correct time frame:','text+textarea',NULL,'2025-10-24 22:14:56','2025-11-30 18:50:51','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><b><span style=\"font-size: 13.5pt; color: rgb(231, 148, 57);\">Levonelle/levonorgestrel:</span></b><b><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></b></p><p style=\"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Must be taken within&nbsp;72 hours (3 days).</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Effectiveness is highest within&nbsp;12 hours, decreases by&nbsp;24 hours, and continues to reduce over the 72-hour window.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Must be taken within&nbsp;3 days, but best taken&nbsp;immediately.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Less effective if you weigh over&nbsp;70 kg&nbsp;or have a BMI over&nbsp;26&nbsp;– in these cases ellaOne or a copper IUD is preferred.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Safe to continue using regular contraception straight after taking it.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Works by&nbsp;delaying ovulation&nbsp;and preventing fertilisation.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">May be less effective if vomiting occurs within 3 hours (a repeat dose may be required).</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">May not work reliably if ovulation has already occurred.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><b><span style=\"font-size: 13.5pt; color: rgb(231, 148, 57);\">ellaOne (ulipristal acetate):</span></b><b><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Can be taken within&nbsp;5 days, but should still be taken&nbsp;as soon as possible.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Not advised if you have used hormonal contraception in the past 7 days without medical advice (it can reduce effectiveness).</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">More effective for individuals with a higher BMI compared to Levonelle.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Must not be used more than once in the same cycle unless clinically advised.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Maintains a&nbsp;more stable effectiveness&nbsp;across the whole 5-day window.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Works by&nbsp;blocking progesterone receptors, significantly reducing the chance of egg release even when ovulation is near.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Must not be taken together with Levonelle or hormonal contraception in the same timeframe without medical advice.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">Not suitable during breastfeeding unless milk is expressed and discarded for 7 days.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span><u1:p></u1:p><span style=\"font-family: -webkit-standard;\"></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"color: rgb(231, 148, 57);\">More effective than Levonelle if you have ovulated or are close to ovulation.</span><span style=\"color: rgb(33, 37, 41);\"><o:p></o:p></span></p>'),(119,NULL,40,'Can you confirm that you will not be using this treatment more than once in the same cycle and that you are not already already pregnant?','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:32:33',NULL),(120,NULL,40,'Are you aware that this treatment should not be used if you have had unprotected sex more than once since your last period?','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:32:33',NULL),(121,NULL,40,'Are you aware that this treatment should not be used if your last period was late, lighter, shorter, or otherwise unusual?','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:32:33',NULL),(122,NULL,41,'Can you confirm that you are not pregnant, breastfeeding, or planning pregnancy or breastfeeding while taking this medication?','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:41:57',NULL),(123,NULL,41,'Are you aware that this treatment must not be used if you have an allergy to Levonelle, ellaOne, or any related hormonal contraceptive?','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:41:57',NULL),(124,NULL,41,'Can you confirm whether you have been diagnosed with any of the following conditions?','text+textarea',NULL,'2025-10-24 22:14:56','2025-11-30 18:41:57','<p style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-weight: normal;\">Acute porphyria</span></strong>&nbsp;- a rare inherited condition affecting the way the body processes chemicals, which can lead to severe abdominal pain and other symptoms.<o:p></o:p></font></p><p data-start=\"537\" data-end=\"720\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"537\" data-end=\"569\"><span style=\"font-weight: normal;\">Active trophoblastic disease</span></strong>&nbsp;- a condition involving abnormal growth of cells in the uterus following pregnancy, miscarriage, or molar pregnancy; requires specialist medical care.<o:p></o:p></font></p><p data-start=\"722\" data-end=\"863\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"722\" data-end=\"748\"><span style=\"font-weight: normal;\">Fallopian tube surgery</span></strong>&nbsp;- any previous surgery involving the fallopian tubes, including procedures due to blockages, infection, or damage.<o:p></o:p></font></p><p data-start=\"865\" data-end=\"1056\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"865\" data-end=\"950\"><span style=\"font-weight: normal;\">Galactose intolerance, Lapp lactase deficiency or glucose-galactose malabsorption</span></strong>&nbsp;- rare hereditary conditions that affect the body’s ability to process certain sugars found in medicines.<o:p></o:p></font></p><p data-start=\"1058\" data-end=\"1192\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1058\" data-end=\"1076\"><span style=\"font-weight: normal;\">Liver problems</span></strong>&nbsp;- any current or past liver condition, including hepatitis, jaundice, liver inflammation or reduced liver function.<o:p></o:p></font></p><p data-start=\"1194\" data-end=\"1350\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1194\" data-end=\"1231\"><span style=\"font-weight: normal;\">Pelvic inflammatory disease (PID)</span></strong>&nbsp;- an infection of the reproductive organs that can cause abdominal pain, fever, and long-term fertility complications.<o:p></o:p></font></p><p data-start=\"1352\" data-end=\"1463\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1352\" data-end=\"1378\"><span style=\"font-weight: normal;\">Past ectopic pregnancy</span></strong>&nbsp;- a previous pregnancy that developed outside the womb, usually in a fallopian tube.<o:p></o:p></font></p><p data-start=\"1465\" data-end=\"1655\" style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1465\" data-end=\"1505\"><span style=\"font-weight: normal;\">Severe bowel malabsorption disorders</span></strong>&nbsp;- conditions such as Crohn’s disease, ulcerative colitis, or any disorder that reduces the body’s ability to absorb nutrients and medicines properly.</font></p>'),(125,NULL,41,'Do you have a BMI over 26 or a weight above 70kg (11 stone)','text',NULL,'2025-10-24 22:14:56','2025-11-30 18:46:27',NULL),(126,125,41,'Is your BMI greater than 30 (BMI calculator) or your weight greater than 85kg / 13st 6lb?','text',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56',NULL),(127,NULL,42,'Are you currently taking any medication (including over the counter, prescription or recreational drugs)?','text',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56',NULL),(128,127,42,'Are you taking any of the following medications?','text+textarea',NULL,'2025-10-24 22:14:56','2025-10-31 21:11:37','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Rifamycins – RIfabutin and Rifampicin</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Coumarins or Phenindione</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">St Johns Wort</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Antiepileptics – Carbamazepine, Eslicarbazepine, Oxcarbazepine, Perampanel, Phenobarbital, Phenytoin, Primodone, Rufinamide, Topiramate, Barbituates</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Antivirals – Efavirenz, Nevirapine, Ritonavir</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Aprepitant</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Bosentan</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Cytotoxics – Rizotinib, Vemurafenib, Dabrafenib</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Ciclosporin</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Fosaprepitant</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Griseofulvin</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Lumacaftor</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Modafinil</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Selegiline</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Ulipristal</li></ul>'),(129,NULL,43,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 22:14:56','2025-10-31 21:11:37','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will read the patient information leaflet supplied with your medication</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The treatment is solely for your own use</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You have answered all the above questions accurately and truthfully</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.</li></ul>'),(130,NULL,43,'Are you aware and agree to the following:','text+textarea',NULL,'2025-10-24 22:14:56','2025-10-31 21:11:37','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The efficacy of levonorgestrel significantly decreases within the first three days, therefore do you agree to take it within 72 hours of sexual intercourse but preferably within 12 hours?</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The efficacy of EllaOne significantly decreases within the first five days, therefore do you agree to take it within 120 hours of sexual intercourse but preferably within 24 hours?</li></ul>'),(131,NULL,43,'Do you understand the following?','text+textarea',NULL,'2025-10-24 22:14:56','2025-10-31 21:11:37','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Levonorgestrel should be taken as soon as possible, preferably within 12 hours and no later than 72 hours (3 days) after you have had unprotected sex. Levonelle is not 100% effective so it should be taken at the earliest opportunity possible and must not be delayed.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">EllaOne should be taken as soon as possible, preferably within 24 hours and no later than 120 hours (5 days) after you have had unprotected sex. EllaOne is not 100% effective so it should be taken at the earliest opportunity possible and must not be delayed.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">If vomiting occurs within 3 hours of taking levonorgestrel/ellaOne, you will need to take another dose immediately.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Emergency contraception may cause menstrual cycle disturbances which means that your next period may be early or late.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">A barrier method of contraception needs to be used until your next period to prevent pregnancy.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">If you are planning to take Levonorgestrel and are already using a regular method of hormonal contraception, you can continue to take hormonal contraception as normal.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">If you are planning to take EllaOne, please be aware that EllaOne may reduce the effectiveness of your regular hormonal contraceptive. Therefore, whilst we recommend continuation of your regular hormonal contraception, you should use a reliable barrier method until your next menstrual period to prevent pregnancy.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will need to seek medical attention promptly if any abnormal lower abdominal pain develops.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Use of emergency contraception does not protect you against the risk of sexually transmitted diseases. If you develop pelvic pain, abnormal vaginal discharge, a high temperature or any other concerns about this, you must seek medical advice.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You must see your GP in 3-4 weeks if your next period is abnormally light, heavy, brief or absent, or if you are concerned that the difference is not normal. If there is any doubt as to whether menstruation has occurred, a pregnancy test should be performed at least 3 weeks after unprotected intercourse. If your next period is more than 5 days late or is unusually light or heavy, you should perform a pregnancy test and contact your GP without delay.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Emergency contraception is not a replacement for long term contraception. Please consult with your GP to discuss a reliable form of long term contraception.</li></ul>'),(132,NULL,44,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment.)','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59',NULL),(133,NULL,45,'Do you think you might be pregnant, or are you currently pregnant or breastfeeding?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59',NULL),(134,NULL,45,'Are you, or have you ever had, an allergy or sensitivity to varenicline?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59',NULL),(135,NULL,45,'Are you currently experiencing, or have you previously experienced, depression, low mood, anxiety, changes in behaviour, suicidal thoughts, or any other diagnosed or suspected mental health condition?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:12:59',NULL),(136,NULL,45,'Are you currently experiencing, or have you previously experienced, any of the following conditions?','text+textarea',NULL,'2025-10-24 22:27:30','2025-11-30 08:17:24','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Diabetes</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– including Type 1, Type 2, or impaired glucose control requiring monitoring or medication.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Heart disease or a history of stroke</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– such as angina, heart attack, heart failure, irregular heartbeat, or any cerebrovascular event.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Kidney (renal) disease</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– including reduced kidney function, chronic kidney disease (any stage), or past kidney injury.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Seizures or epilepsy</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– any history of seizures, diagnosed epilepsy, or medication used for seizure control.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any serious medical condition requiring urgent or immediate hospitalisation</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span></font><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">– for example severe respiratory illness, severe liver disease, uncontrolled high blood pressure, or any condition considered medically unstable.</font><font color=\"#000000\"><o:p></o:p></font></span></p>'),(137,NULL,46,'Do you take any medicines at the moment, including prescription treatments, over-the-counter products, herbal supplements, or recreational drugs?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:27:12',NULL),(138,137,46,'Do you use any of the medications shown below?','text+textarea',NULL,'2025-10-24 22:27:30','2025-11-30 08:30:20','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Antidepressant medication</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– SSRIs, SNRIs, TCAs, MAOIs, or medicines for mood or anxiety disorders.<o:p></o:p></span></font></p><p data-start=\"596\" data-end=\"786\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"596\" data-end=\"624\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Antipsychotic medication</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– such as quetiapine, olanzapine, risperidone, aripiprazole, clozapine, or similar medications used for psychosis, bipolar disorder, or severe mood conditions.<o:p></o:p></span></font></p><p data-start=\"789\" data-end=\"914\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"789\" data-end=\"808\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Benzodiazepines</span></strong><span class=\"apple-converted-space\"><b><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></b></span><span style=\"font-family: Calibri, sans-serif;\">– including diazepam, lorazepam, clonazepam, or medicines used for anxiety, seizures, or muscle spasms.<o:p></o:p></span></font></p><p data-start=\"917\" data-end=\"1006\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"917\" data-end=\"931\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Cimetidine</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used for gastric/acid conditions; known to affect medicine metabolism.<o:p></o:p></span></font></p><p data-start=\"1009\" data-end=\"1052\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1009\" data-end=\"1020\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Insulin</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– any type used for diabetes.<o:p></o:p></span></font></p><p data-start=\"1055\" data-end=\"1145\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1055\" data-end=\"1066\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Lithium</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used for bipolar disorder or mood stabilisation; narrow therapeutic range.<o:p></o:p></span></font></p><p data-start=\"1148\" data-end=\"1254\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1148\" data-end=\"1170\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Opioid medications</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– such as codeine, tramadol, morphine, oxycodone, or other strong pain medicines.<o:p></o:p></span></font></p><p data-start=\"1257\" data-end=\"1376\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1257\" data-end=\"1276\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Steroids (oral)</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– such as prednisolone or dexamethasone; used for inflammation, asthma, or autoimmune conditions.<o:p></o:p></span></font></p><p data-start=\"1379\" data-end=\"1443\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1379\" data-end=\"1395\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Theophylline</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used for asthma or chronic lung conditions.<o:p></o:p></span></font></p><p data-start=\"1446\" data-end=\"1533\" style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#e79439\"><strong data-start=\"1446\" data-end=\"1458\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Warfarin</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span></font><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#e79439\">– blood thinner requiring INR monitoring; interacts with many medicines.</font><font color=\"#000000\"><o:p></o:p></font></span></p>'),(139,NULL,47,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-24 22:27:30','2025-11-30 08:30:20','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p>'),(140,NULL,47,'Do you understand that varenicline is most effective when combined with your own determination and support from others?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:57:14',NULL),(141,NULL,47,'Are you aware that varenicline treatment is initiated with a 2-week starter pack before progressing to the ongoing maintenance dose?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:57:14',NULL),(142,NULL,47,'Are you aware that if you experience agitation, low mood, behavioural changes, or suicidal thoughts while taking varenicline, you must stop the treatment and contact your doctor immediately?','text',NULL,'2025-10-24 22:27:30','2025-11-30 08:57:14',NULL),(143,NULL,47,'Are you aware that you must stop taking varenicline and contact your GP or an urgent healthcare provider immediately if any of the conditions listed below occur?','text+textarea',NULL,'2025-10-24 22:27:30','2025-11-30 09:03:41','<h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Allergic or Skin Reactions -&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">sudden rash, hives, blistering, peeling skin, or swelling of the face, lips, throat, or neck</span></em><span class=\"apple-converted-space\"><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\">(especially if it affects breathing or swallowing).<o:p></o:p></span></font></h3><h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Breathing or Chest Symptoms -&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">new or worsening shortness of breath, wheezing, chest pain, tightness, or pressure.</span></em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></h3><h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Mood, Behaviour, or Mental Health Changes-&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">feeling unusually agitated, low, anxious, irritable, confused, or “not yourself,” including any thoughts of harming yourself. Seeing or hearing things that aren’t there (hallucinations).</span></em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></h3><h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Neurological Symptoms -&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">seizures, fainting, sudden dizziness, or loss of consciousness.Sudden weakness, numbness, trouble speaking, or difficulty with coordination.</span></em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></h3><h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Heart or Circulation Problems -&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">fast, irregular, or pounding heartbeat, or any new circulation concerns (e.g., cold or painful limbs).</span></em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></h3><h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Stomach or Abdominal Symptoms -&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">severe or persistent tummy (abdominal) pain.</span></em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></h3><h3 style=\"margin: 8pt 0cm 4pt 18pt; break-after: avoid; font-size: 14pt; font-family: &quot;Times New Roman&quot;, serif;\"><font color=\"#e79439\"><strong><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-weight: normal;\">Vision Changes -&nbsp;</span></strong><em><span style=\"font-size: 12pt; font-family: Calibri, sans-serif; font-style: normal;\">sudden blurred vision, vision loss, or other unexpected visual problems.</span></em></font><span style=\"color: black; font-size: 12pt; font-family: Calibri, sans-serif;\"><o:p></o:p></span></h3>'),(144,NULL,47,'Are you aware that stopping varenicline may lead to symptoms such as irritability, increased cravings to smoke, low mood, or difficulty sleeping, as part of nicotine withdrawal?','text',NULL,'2025-10-24 22:27:30','2025-11-30 09:03:41',NULL),(145,NULL,48,'Are you aged between 18-70?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(146,NULL,48,'Are you breast feeding or pregnant or planning to become pregnant in the next 6 months?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(147,NULL,48,'Are you pregnant or breastfeeding?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(148,NULL,48,'Do you suffer predominantly with symptoms of runny nose, blocked nose, or sneezing?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(149,NULL,48,'Have you ever had an allergic reaction to Mometasone Furoate, Beconase (Beclometasone) or Benzalkonium Chloride?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(150,NULL,48,'Have you had a previous reaction to any eye drops?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(151,NULL,48,'Have you previously experienced an allergic reaction to antihistamines such as fexofenadine, loratadine or cetirizine or are you lactose intolerant?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(152,NULL,49,'Do you have symptoms in one eye only?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(153,NULL,50,'Have you been diagnosed with any of the following?','text+textarea',NULL,'2025-10-24 22:40:38','2025-10-31 21:17:55','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Glaucoma/raised intraocular pressure</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Recurrent or untreated nasal infections</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Unresolved complications following nasal surgery</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Diabetes Mellitus</li></ul>'),(154,NULL,50,'Have you had nasal surgery in the last two months?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(155,NULL,51,'Are you currently taking any medication (including over the counter, prescription or recreational drugs)?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(156,155,51,'Are you taking any of the following medications?','text+textarea',NULL,'2025-10-24 22:40:38','2025-10-31 21:17:55','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Warfarin, Rivaroxaban, Dabigatran, Apixaban (or any other anticoagulants)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Daily NSAIDS (e.g. Naproxen, Diclofenac or Ibuprofen)</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Daily Aspirin</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Anti-Epileptics</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">HIV retroviral treatments</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Systemic steroid treatments</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Immunosuppresive treatments</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">Previous hypersensitivity to steroid treatment (e.g. topical steroids for eczema)</li></ul>'),(157,NULL,51,'Are you taking any oral medications for allergies/hayfever?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(158,NULL,51,'Have you taken antihistamine tablets before?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(159,NULL,52,'Do you agree to the following?','text+textarea',NULL,'2025-10-24 22:40:38','2025-10-31 21:17:55','<ul class=\"question-points tw-pl-6\" style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: &quot;#3f3f46&quot;,; color: rgb(123, 123, 123); font-size: 15px; padding-inline-start: 1.625em; font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; padding-left: 1.5rem !important;\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will read the patient information leaflet supplied with your medication</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You will contact us and inform your GP of your medication if you experience any side effects of treatment, you start new medication and/or your medical conditions change during treatment</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">The treatment is solely for your own use</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You have answered all the above questions accurately and truthfully</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand our prescribers take your answers in good faith and base their prescribing decisions accordingly, and that incorrect information can be hazardous to your health</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\">You understand that whilst decisions relating to your treatment are made jointly between you and the prescriber, the final decision to issue a prescription will always be with the prescriber.</li></ul>'),(160,NULL,52,'Do you understand it can take a few days after starting a nasal steroid spray to see improvement, regular use is required to achieve full benefit and you should consult with you GP if your symptoms do not improve after 4 weeks of treatment?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(161,NULL,52,'Do you understand that if you experience any localised side effects such as nasal pain or nose-bleeds you should stop your nasal steroid treatment and see your GP?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(162,NULL,52,'Do you understand that if you have not seen improvement in your eye symptoms after 72 hours you will contact your optometrist or GP for further advice.','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(163,NULL,52,'Do you understand that to get the best results from a steroid nasal spray, you need to use it every day during your hayfever season?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(164,NULL,52,'Do you understand that you should not take: Indigestion remedies (such as antacids) or Ulipristal (emergency contraception or treatment for fibroids) 2 hours before or after taking an antihistamine?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(165,NULL,52,'Do you understand you should stop taking antihistamine tablets and speak to your GP if your symptoms do not improve after 2 weeks of starting treatment?','text',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38',NULL),(166,NULL,53,'Are you aged between 18 to 65? (You must be at least 18 years old to complete this medical consultation and receive treatment.)','text',NULL,'2025-10-24 23:01:32','2025-11-23 22:07:49',NULL),(167,NULL,53,'Do you have genital warts diagnosed by your GP or a GUM clinic?','text',NULL,'2025-10-24 23:01:32','2025-11-23 22:07:49',NULL),(168,NULL,53,'Are you of child-bearing potential and using suitable, effective contraception to avoid pregnancy while undergoing this treatment?','text',NULL,'2025-10-24 23:01:32','2025-11-23 22:07:49',NULL),(169,NULL,54,'Do you have any of the following symptoms, conditions, or concerns at the moment?','text+textarea',NULL,'2025-10-24 23:01:32','2025-11-26 13:54:26','<div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Abnormal urine flow, difficulty starting or stopping urination, or changes in urinary pattern</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Anal warts, which typically require specialist review</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Any change in the appearance of your warts since diagnosis (including changes in size, colour, shape, texture, or number)</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Bleeding between periods or after sex (women only)</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Bleeding from the anus or urethra, unrelated to menstruation or known causes</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Blood in your urine or stools, which can indicate infection or other serious conditions</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Discharge or fluid coming from a wart, which may suggest infection</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Discharge from the penis or vagina, which may indicate an STI or another condition</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Fever, which may signal infection or inflammation</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Frequent or recurrent urinary tract infections (UTIs)</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Night sweats, especially if persistent</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Open sores, wounds, ulcers, or broken skin near your warts, including broken skin following surgery or previous treatment</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Pain or burning when urinating, which may indicate infection</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Swollen lymph nodes, especially in the groin area</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Unintentional or unexplained weight loss, which may suggest an underlying illness</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Warts covering an area larger than 4 cm², which may not be suitable for home treatment</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Warts located internally, including inside the:</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">·&nbsp; &nbsp; &nbsp; &nbsp;Urethra</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\"><br></span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">·&nbsp; &nbsp; &nbsp; &nbsp;Vagina</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\"><br></span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">·&nbsp; &nbsp; &nbsp; &nbsp;Cervix</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\"><br></span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">·&nbsp; &nbsp; &nbsp; &nbsp;Rectum</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\"><br></span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">·&nbsp; &nbsp; &nbsp; &nbsp;Anus</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\"><br></span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Warts on the foreskin, which often require specialist assessment</span></font></div><div><font color=\"#f7ad6b\" face=\"Calibri, sans-serif\"><span style=\"font-size: 18px;\">Warts present for more than 18 months, as prolonged outbreaks need clinical review</span></font></div>'),(170,NULL,55,'Do you happen to be pregnant, breastfeeding, or possibly pregnant?','text',NULL,'2025-10-24 23:01:32','2025-11-23 23:01:52',NULL),(171,NULL,55,'Can you confirm if you have a known allergy or hypersensitivity to products that contain imiquimod or podophyllotoxin?','text',NULL,'2025-10-24 23:01:32','2025-11-23 23:01:52',NULL),(172,NULL,55,'Can you indicate if any of the following conditions have been diagnosed by your GP or a healthcare professional?','text+textarea',NULL,'2025-10-24 23:01:32','2025-11-23 23:17:30','<p style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Abnormal blood count<br>(Including low white cells, low platelets, anaemia, or any blood test abnormality affecting blood components)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Any serious medical condition that may require urgent or immediate hospital care<br>(Such as severe infection, unstable illness, or conditions causing sudden deterioration)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Immunodeficiency or immunocompromising conditions<br>(Including HIV, autoimmune conditions/diseases, or any condition that weakens the immune system)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Kidney problems<br>(Such as chronic kidney disease, reduced kidney function, or a history of significant renal issues)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Liver problems<br>(Including diagnosed liver disease, hepatitis, cirrhosis, or impaired liver function)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Organ transplant history<br>(Any previous transplant, such as kidney, liver, heart, lung, or bone marrow)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Reduced haematologic reserve<br>(Conditions where blood-cell production is impaired, or bone marrow function is weakened)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\">Warts covering an area larger than 4 cm²<br>(Extensive wart coverage generally requires specialist evaluation)</font><font color=\"#000000\"><o:p></o:p></font></span></p><p style=\"margin-left: 36pt; font-size: medium; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><o:p>&nbsp;</o:p></span></p>'),(173,NULL,56,'Do you take any current medication, including prescription treatments, over-the-counter products, or any recreational drugs?','text',NULL,'2025-10-24 23:01:32','2025-11-23 23:01:52',NULL),(174,173,56,'Do you take any of the medications listed below?','text+textarea',NULL,'2025-10-24 23:01:32','2025-11-23 23:18:41','<p style=\"margin-left: 18pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><font color=\"#f7ad6b\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any immunosuppressive medication</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"367\" data-end=\"370\">(e.g., corticosteroids, methotrexate, azathioprine, ciclosporin, tacrolimus, biologics for autoimmune conditions, or anti-rejection medicines after transplant)<o:p></o:p></span></font></p><p data-start=\"535\" data-end=\"701\" style=\"margin-left: 18pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><font color=\"#f7ad6b\"><strong data-start=\"535\" data-end=\"578\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Any current treatment for genital warts</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"578\" data-end=\"581\">(e.g., imiquimod cream, podophyllotoxin, cryotherapy, surgical removal, laser therapy, or acid treatments such as TCA)<o:p></o:p></span></font></p><p data-start=\"705\" data-end=\"809\" style=\"margin-left: 18pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><font color=\"#f7ad6b\"><strong data-start=\"705\" data-end=\"738\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">HIV antiretroviral medication</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"738\" data-end=\"741\">(e.g., tenofovir, emtricitabine, dolutegravir, or combination ART)<o:p></o:p></span></font></p><p data-start=\"813\" data-end=\"902\" style=\"margin-left: 18pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><font color=\"#f7ad6b\"><strong data-start=\"813\" data-end=\"849\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Chemotherapy or cancer treatment</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"849\" data-end=\"852\">(any medicine that suppresses the immune system)<o:p></o:p></span></font></p><p data-start=\"906\" data-end=\"1038\" style=\"margin-left: 18pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><font color=\"#f7ad6b\"><strong data-start=\"906\" data-end=\"950\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Long-term or high-dose steroid treatment</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"950\" data-end=\"953\">(oral, injectable, or long-term use of strong topical steroids on the genital area)<o:p></o:p></span></font></p><p data-start=\"1042\" data-end=\"1150\" style=\"margin-left: 18pt; font-size: medium; caret-color: rgb(0, 0, 0);\"><strong data-start=\"1042\" data-end=\"1064\"><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\"><font color=\"#f7ad6b\">Biologic therapies</font></span></strong><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#f7ad6b\"><br data-start=\"1064\" data-end=\"1067\">(e.g., adalimumab, infliximab, etanercept, or other immune-modulating injections)</font></span></p>'),(175,NULL,57,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-24 23:01:32','2025-11-23 23:07:50','<p class=\"MsoNormal\" style=\"font-size: medium; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"font-size: medium; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"font-size: medium; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"font-size: medium; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"font-size: medium; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"font-size: medium; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p>'),(176,NULL,57,'Can you confirm your understanding that maintaining genital hygiene and avoiding sexual activity during treatment is advised, and that condoms should be used if sexual contact happens?','text',NULL,'2025-10-24 23:01:32','2025-11-23 23:07:50',NULL),(177,NULL,57,'Can you confirm your understanding that lack of improvement after 4 weeks of podophyllotoxin or 16 weeks of imiquimod should be reviewed by your GP or a GUM clinic?','text',NULL,'2025-10-24 23:01:32','2025-11-23 23:18:41',NULL),(178,NULL,58,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment)','text',NULL,'2025-10-29 19:54:13','2025-11-22 22:13:41',NULL),(179,NULL,59,'Have you ever had an allergic reaction to orlistat?','text',NULL,'2025-10-29 19:54:13','2025-11-22 22:13:41',NULL),(180,NULL,59,'Are you currently pregnant, breastfeeding, or planning to become pregnant or start breastfeeding while taking this medication?','text',NULL,'2025-10-29 19:54:13','2025-11-22 22:13:41',NULL),(181,NULL,59,'Do you have any existing medical conditions or past health problems from the list below? (This information helps ensure your treatment is safe and suitable for you.)','text+textarea',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Cholestasis</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– a condition where the flow of bile from the liver is reduced or blocked, which can affect digestion and medication safety.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Chronic malabsorption syndrome</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– diagnosed by a GP; a long-term condition where the body cannot properly absorb nutrients from food.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Gallbladder removal (cholecystectomy)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– previous surgery to remove the gallbladder, which may affect digestion and fat absorption.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Kidney problems</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– including reduced kidney function or chronic kidney disease.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Liver problems</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– such as liver inflammation, fatty liver, cirrhosis, or any diagnosed liver disease.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Serious medical condition requiring urgent hospital care</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– any condition that may cause sudden deterioration and require immediate medical attention.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Thyroid problems</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span></font><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#636363\">– including an underactive or overactive thyroid (hypothyroidism or hyperthyroidism) or any diagnosed thyroid disorder.</font><font color=\"#000000\"><o:p></o:p></font></span></p>'),(182,NULL,59,'Do you have any past history of an eating disorder, including anorexia nervosa or bulimia?','text',NULL,'2025-10-29 19:54:13','2025-11-22 22:23:32',NULL),(183,NULL,60,'Are you taking any medicines right now such as prescription medicine, shop-bought treatments, herbal supplements, or recreational drugs?','text',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34',NULL),(184,183,60,'Do you currently take any of the following medications listed below?','text+textarea',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34','<div><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Acarbose</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– a diabetes medication used to manage type 2 diabetes.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Amiodarone</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used to treat heart rhythm disorders.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Anticonvulsant / anti-epileptic medicines</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used to manage seizures or epilepsy.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Antidepressants</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– medications used to treat depression and related conditions.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Antipsychotics (including lithium)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used for conditions such as bipolar disorder or schizophrenia.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Benzodiazepines (including diazepam)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used for anxiety, muscle spasms, or sleep disorders.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Ciclosporin</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used after organ transplantation and for certain severe autoimmune or skin conditions.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Fat-soluble vitamins (A, D, E, K)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– supplements that may interact with some treatments.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">HIV medications</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– antiretroviral treatments used for managing HIV infection.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Iodine salts</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– including supplements or medicines containing iodine.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Oral anticoagulants (e.g., warfarin)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– medications used to thin the blood and prevent clots.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Other weight-loss medications</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– any prescribed or over-the-counter treatments for weight management.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Thyroid medication (e.g., levothyroxine)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– used to treat underactive thyroid or other thyroid disorders.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><o:p><font color=\"#636363\">&nbsp;</font></o:p></span></p></div>'),(185,NULL,60,'Do you use any medication for cholesterol, diabetes, or blood pressure control?','text',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34',NULL),(186,NULL,60,'Do you take an oral contraceptive pill at the moment?','text',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34',NULL),(187,NULL,61,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p>'),(188,NULL,61,'Can you confirm that the treatment must stop if your BMI falls below 28, as it is only recommended for people with a BMI of 28 or above?','text',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34',NULL),(189,NULL,61,'Can you confirm that treatment must stop if your weight increases during the first 3 months, because a lack of early weight loss shows the treatment is not suitable for you?','text',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34',NULL),(190,NULL,61,'Can you confirm that you understand a daily multivitamin (with vitamins A, D, E and K ) is required because Orlistat reduces the absorption of these vitamins, and that it should be taken at least 2 hours separately from Orlistat, such as at bedtime?','text',NULL,'2025-10-29 19:54:13','2025-11-23 12:54:34',NULL),(191,NULL,62,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment.)','text',NULL,'2025-10-29 20:47:56','2025-11-22 13:18:46',NULL),(192,NULL,63,'If you are over the age of 50, please let us know whether you’ve experienced any new symptoms or recent changes in your usual health pattern, so we can ensure the treatment you receive is safe and suitable.','text',NULL,'2025-10-29 20:47:56','2025-11-22 13:18:46',NULL),(193,NULL,63,'When acid reflux happens twice weekly or more, do you experience any of the following symptoms?','text+textarea',NULL,'2025-10-29 20:47:56','2025-11-22 13:21:23','<p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Heartburn</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– a burning sensation in the centre of the chest, usually behind the breastbone, often after eating and lasting minutes to hours.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Chest discomfort or pain</span></strong><span style=\"font-family: Calibri, sans-serif;\">, especially after meals, when bending forward, or when lying down.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A burning feeling in the throat</span></strong><span style=\"font-family: Calibri, sans-serif;\">, or a hot, sour, acidic or salty taste at the back of the mouth (acid regurgitation).<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A sensation of food sticking</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">or slowing down in the chest or throat when swallowing (dysphagia).<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A persistent cough</span></strong><span style=\"font-family: Calibri, sans-serif;\">, particularly at night or after eating.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Hoarseness or a sore throat</span></strong><span style=\"font-family: Calibri, sans-serif;\">, especially in the morning, caused by acid irritation.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Frequent burping or belching</span></strong><span style=\"font-family: Calibri, sans-serif;\">, especially after eating.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">An unpleasant taste in the mouth</span></strong><span style=\"font-family: Calibri, sans-serif;\">, or bad breath linked to acid reflux.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A feeling of a lump in the throat</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(also known as “globus sensation”).<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Bloating or discomfort in the upper abdomen</span></strong><span style=\"font-family: Calibri, sans-serif;\">, particularly after meals.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 49px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Nausea</span></strong><span style=\"font-family: Calibri, sans-serif;\">, sometimes occurring after eating or on waking.<o:p></o:p></span></font></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><o:p><font color=\"#636363\">&nbsp;</font></o:p></span></p>'),(194,NULL,63,'Do you currently have any of the following symptoms?','text+textarea',NULL,'2025-10-29 20:47:56','2025-11-22 13:33:41','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Difficulty swallowing or feeling as though food is getting stuck</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Unintentional or unexplained weight loss</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Swelling or noticeable bloating of the abdomen</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Ongoing or repeated vomiting that does not settle</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Severe or persistent diarrhoea</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Vomiting blood</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(which may appear red or like coffee grounds)<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">Blood in the stool, or black, tar-like stools</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\">A diagnosis of iron-deficiency anaemia</span></strong><span style=\"font-family: Calibri, sans-serif;\"><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif; font-weight: normal;\"><font color=\"#636363\">Known severe liver disease or significant liver problems</font></span></strong><span style=\"color: rgb(0, 0, 0); font-family: Calibri, sans-serif;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><o:p>&nbsp;</o:p></span></p>'),(195,NULL,64,'Are you currently pregnant, breastfeeding, or is there a possibility that you may be pregnant?','text',NULL,'2025-10-29 20:47:56','2025-11-22 14:19:41',NULL),(196,NULL,64,'Have you ever had an allergic reaction to proton pump inhibitor medicines (PPI), for example Omeprazole, Lansoprazole, Pantoprazole, Rabeprazole, or Esomeprazole?','text',NULL,'2025-10-29 20:47:56','2025-11-22 14:19:41',NULL),(197,NULL,64,'Please let us know if you have any of the following health conditions, as this may affect treatment suitability.','text+textarea',NULL,'2025-10-29 20:47:56','2025-11-22 14:26:29','<p style=\"margin-right: 0cm; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Osteoporosis</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– a condition where the bones become thinner, weaker, or more fragile, increasing the risk of fractures (broken bones), especially in the spine, hip, or wrist.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Liver problems or liver disease</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– for example, a history of hepatitis, cirrhosis, fatty liver disease, abnormal liver function tests, or if you have been told by a doctor that your liver does not work normally.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Gastric (stomach) cancer</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">– a current or previous diagnosis of stomach cancer, or if you are undergoing tests or investigations with your GP or specialist to rule out stomach cancer.<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Hypomagnesaemia (low magnesium in the blood)</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span></font><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#636363\">– a diagnosed low magnesium level, or if you take regular magnesium supplements because your doctor has told you your magnesium is low, sometimes causing symptoms such as muscle cramps, weakness, tremors, or abnormal heart rhythms.</font><font color=\"#000000\"><o:p></o:p></font></span></p>'),(198,NULL,64,'At any point while taking a proton pump inhibitor, have you developed a ring-shaped or plaque-type rash following exposure to sunlight?','text',NULL,'2025-10-29 20:47:56','2025-11-22 14:19:41',NULL),(199,NULL,65,'Are you taking any medicines right now such as prescription medicine, shop-bought treatments, herbal supplements, or recreational drugs?','text',NULL,'2025-10-29 20:47:56','2025-11-22 13:18:46',NULL),(200,199,65,'Please let us know if you are taking any of the medications listed below, as this may affect treatment suitability.','text+textarea',NULL,'2025-10-29 20:47:56','2025-11-22 14:26:29','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Antifungal medicines</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">including ketoconazole, itraconazole, posaconazole or voriconazole<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Blood-thinning medicines</span><span style=\"font-family: Calibri, sans-serif;\">, such as warfarin or other vitamin K blockers<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Cancer treatments</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">such as erlotinib, dabrafenib, lapatinib or pazopanib<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Ciclosporin or Tacrolimus</span><span style=\"font-family: Calibri, sans-serif;\">, often used after organ transplantation<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Cilostazol</span><span style=\"font-family: Calibri, sans-serif;\">, used to treat intermittent claudication<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Clarithromycin</span><span style=\"font-family: Calibri, sans-serif;\">, an antibiotic<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Clopidogrel</span><span style=\"font-family: Calibri, sans-serif;\">, used to prevent blood clots<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Clozapine</span><span style=\"font-family: Calibri, sans-serif;\">, used for schizophrenia<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Digoxin</span><span style=\"font-family: Calibri, sans-serif;\">, used to treat heart conditions<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Diazepam</span><span style=\"font-family: Calibri, sans-serif;\">, used for anxiety, muscle relaxation or epilepsy<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Erlotinib, Dabrafenib, Lapatinib or Pazopanib</span><span style=\"font-family: Calibri, sans-serif;\">, used for cancer treatment<span class=\"apple-converted-space\">&nbsp;</span><em data-start=\"939\" data-end=\"989\">(already included above under Cancer treatments)</em><o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Escitalopram</span><span style=\"font-family: Calibri, sans-serif;\">, an antidepressant<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">HIV medicines</span><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">including atazanavir, rilpivirine, tipranavir, saquinavir, nelfinavir or raltegravir<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Ledipasvir</span><span style=\"font-family: Calibri, sans-serif;\">, used for Hepatitis C<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Methotrexate</span><span style=\"font-family: Calibri, sans-serif;\">, used for cancer or rheumatoid arthritis<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">NSAID anti-inflammatory painkillers</span><span style=\"font-family: Calibri, sans-serif;\">, such as ibuprofen<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Phenytoin or Fosphenytoin</span><span style=\"font-family: Calibri, sans-serif;\">, used in epilepsy<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Rifampicin</span><span style=\"font-family: Calibri, sans-serif;\">, used to treat tuberculosis<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">St John’s Wort (Hypericum perforatum)</span><span style=\"font-family: Calibri, sans-serif;\">, used for mild depression<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-family: Calibri, sans-serif;\">Ulipristal</span><span style=\"font-family: Calibri, sans-serif;\">, used as emergency contraception or for fibroids<o:p></o:p></span></font></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#636363\">Vitamin B12 supplements</font></span><span style=\"font-family: Calibri, sans-serif;\"><font color=\"#636363\">, including cyanocobalamin and hydroxocobalamin</font><font color=\"#000000\"><o:p></o:p></font></span></p>'),(201,NULL,66,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-29 20:47:56','2025-11-22 14:33:08','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p>'),(202,NULL,66,'Please confirm that this medicine is for short-term use only (up to 28 days), that lifestyle changes such as healthy eating, reducing alcohol, maintaining a healthy weight and stopping smoking can help relieve symptoms, and that you will contact your GP if symptoms do not improve within 14 days','text',NULL,'2025-10-29 20:47:56','2025-11-22 15:48:58',NULL),(204,NULL,67,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment)','text',NULL,'2025-10-29 20:59:58','2025-11-19 19:39:03',NULL),(205,NULL,68,'Are you intending to take Tamiflu for a flu illness you are experiencing right now?','text',NULL,'2025-10-29 20:59:58','2025-11-19 19:39:03',NULL),(206,NULL,69,'Do you have any known allergies to Tamiflu (oseltamivir)?','text',NULL,'2025-10-29 20:59:58','2025-11-19 19:39:03',NULL),(207,NULL,69,'Are you currently pregnant, breastfeeding, or planning to become pregnant within the next 6 months? (Some treatments may not be suitable during pregnancy or while breastfeeding. Your answer ensures we recommend the safest option for you)','text',NULL,'2025-10-29 20:59:58','2025-11-19 19:52:23',NULL),(208,NULL,69,'Have you received a confirmed medical diagnosis for any of the following conditions?','text+textarea',NULL,'2025-10-29 20:59:58','2025-11-22 08:39:20','<p><ul><li style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><font color=\"#636363\"><span style=\"font-size: 1rem;\">Asthma</span></font></li></ul></p><ul><li data-start=\"294\" data-end=\"374\"><p data-start=\"296\" data-end=\"374\"><font color=\"#636363\">Chronic lung disease (including COPD or other long-term breathing disorders)</font></p></li><li data-start=\"375\" data-end=\"421\"><p data-start=\"377\" data-end=\"421\"><font color=\"#636363\">Heart disease or cardiovascular conditions</font></p></li><li data-start=\"422\" data-end=\"467\"><p data-start=\"424\" data-end=\"467\"><font color=\"#636363\">Kidney disease or reduced kidney function</font></p></li><li data-start=\"468\" data-end=\"512\"><p data-start=\"470\" data-end=\"512\"><font color=\"#636363\">Liver disease or impaired liver function</font></p></li><li data-start=\"513\" data-end=\"586\"><p data-start=\"515\" data-end=\"586\"><font color=\"#636363\">Neurological conditions (e.g., epilepsy, stroke, Parkinson’s disease)</font></p></li><li data-start=\"587\" data-end=\"659\"><p data-start=\"589\" data-end=\"659\"><font color=\"#636363\">Conditions affecting the immune system (including immunosuppression)</font></p></li><li data-start=\"660\" data-end=\"744\"><p data-start=\"662\" data-end=\"744\"><font color=\"#636363\">Any serious medical condition that may require urgent or immediate hospital care</font></p></li></ul>'),(209,NULL,70,'Are you taking any medicines right now such as prescription medicine, shop-bought treatments, herbal supplements, or recreational drugs?','text',NULL,'2025-10-29 20:59:58','2025-11-22 08:29:36',NULL),(210,209,70,'Are you taking any medications from the list provided?','text+textarea',NULL,'2025-10-29 20:59:58','2025-11-22 08:29:36','<ul><li><ul><li data-start=\"120\" data-end=\"187\" style=\"caret-color: rgb(0, 0, 0);\"><ul><li><font color=\"#9c9c94\"><strong data-start=\"122\" data-end=\"140\">Chlorpropamide</strong>&nbsp;– a medication used to help manage diabetes.</font></li></ul></li><li data-start=\"188\" data-end=\"319\" style=\"caret-color: rgb(0, 0, 0);\"><ul><li><font color=\"#9c9c94\"><strong data-start=\"190\" data-end=\"206\">Methotrexate</strong>&nbsp;– commonly prescribed for conditions such as rheumatoid arthritis, psoriasis, and certain autoimmune diseases.</font></li></ul></li><li data-start=\"320\" data-end=\"409\" style=\"caret-color: rgb(0, 0, 0);\"><ul><li><font color=\"#9c9c94\"><strong data-start=\"322\" data-end=\"340\">Phenylbutazone</strong>&nbsp;– an anti-inflammatory medicine used to relieve pain and swelling.</font></li></ul></li><li data-start=\"410\" data-end=\"505\" style=\"caret-color: rgb(0, 0, 0);\"><ul><li><font color=\"#9c9c94\"><strong data-start=\"412\" data-end=\"426\">Probenecid</strong>&nbsp;– a treatment used to manage gout by helping the body remove excess uric acid.</font></li></ul></li></ul></li></ul>'),(211,NULL,71,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-29 20:59:58','2025-11-22 08:38:01','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br style=\"caret-color: rgb(33, 37, 41);\"></span><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span><u1:p></u1:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; color: rgb(0, 0, 0); caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt; font-family: Calibri, sans-serif;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span><u1:p></u1:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p>'),(212,NULL,71,'Do you understand that Tamiflu may be used to help prevent the flu, or to treat flu symptoms once they begin?','text',NULL,'2025-10-29 20:59:58','2025-11-22 08:38:01',NULL),(213,NULL,71,'Are you aware that Tamiflu is not a replacement for the flu vaccine?','text',NULL,'2025-10-29 20:59:58','2025-11-22 08:55:57',NULL),(214,NULL,71,'Are you aware that you must seek medical attention if your symptoms do not improve within a few days of taking Tamiflu, if they worsen at any point, or if you experience any changes in your mood or behaviour, such as confusion, agitation, or unusual thoughts?','text',NULL,'2025-10-29 20:59:58','2025-11-22 08:55:57',NULL),(215,NULL,72,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment.)','text',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19',NULL),(216,NULL,72,'Is the fungal infection affecting three or more of your nails? (This level of infection may require prescription treatment. Please speak to your GP or a healthcare professional)','text',NULL,'2025-10-29 21:13:12','2025-11-22 09:07:36',NULL),(217,NULL,72,'Typical signs of a fungal nail infection include thickening, discolouration, brittleness, crumbling of the nail, and a clear line between healthy and infected areas. Do your nail symptoms fit this description?','text',NULL,'2025-10-29 21:13:12','2025-11-22 09:08:44',NULL),(218,NULL,72,'Have you seen a GP, pharmacist, or podiatrist about your nail problem before, and did they confirm it was a fungal nail infection? (This helps ensure the right antifungal treatment is recommended.)','text',NULL,'2025-10-29 21:13:12','2025-11-11 18:07:19',NULL),(219,NULL,73,'Could you let us know whether you are pregnant, breastfeeding, or planning a pregnancy within the next three months? (Some treatments may not be suitable during pregnancy or while breastfeeding.)','text',NULL,'2025-10-29 21:13:12','2025-11-22 09:15:34',NULL),(220,NULL,73,'Do you agree to contact your GP, community pharmacist, or podiatrist for professional advice if any of the situations listed below apply? (This ensures your treatment remains safe and appropriate.)','text+textarea',NULL,'2025-10-29 21:13:12','2025-11-18 20:09:50','<p data-start=\"300\" data-end=\"586\" style=\"caret-color: rgb(0, 0, 0);\"><font color=\"#636363\">You should also seek professional review if:</font></p><ul data-start=\"587\" data-end=\"937\" style=\"caret-color: rgb(0, 0, 0);\"><li data-start=\"587\" data-end=\"672\"><p data-start=\"589\" data-end=\"672\"><font color=\"#636363\">Your&nbsp;<span data-start=\"594\" data-end=\"644\">treatment duration reaches or exceeds 3 months</span>&nbsp;without visible progress.</font></p></li><li data-start=\"673\" data-end=\"738\"><p data-start=\"675\" data-end=\"738\"><font color=\"#636363\">The&nbsp;<span data-start=\"679\" data-end=\"715\">infection spreads to other nails</span>&nbsp;or surrounding skin.</font></p></li><li data-start=\"739\" data-end=\"827\"><p data-start=\"741\" data-end=\"827\"><font color=\"#636363\">The&nbsp;<span data-start=\"745\" data-end=\"794\">nail becomes painful, swollen, or discoloured</span>&nbsp;beyond normal fungal symptoms.</font></p></li><li data-start=\"828\" data-end=\"937\"><p data-start=\"830\" data-end=\"937\"><font color=\"#636363\">You notice&nbsp;<span data-start=\"841\" data-end=\"857\">side effects</span>&nbsp;such as irritation, redness, or an allergic reaction around the treated area.</font></p></li></ul>'),(221,NULL,73,'Do you have any existing medical conditions or past health problems from the list below? (This information helps ensure your treatment is safe and suitable for you.)','text+textarea',NULL,'2025-10-29 21:13:12','2025-11-22 09:01:31','<p data-start=\"327\" data-end=\"520\" style=\"caret-color: rgb(0, 0, 0);\"><span data-start=\"524\" data-end=\"536\" style=\"color: rgb(99, 99, 99); font-size: 1rem;\">Diabetes</span><span style=\"color: rgb(99, 99, 99); font-size: 1rem;\">&nbsp;(type 1 or type 2)</span><br></p><ul data-start=\"522\" data-end=\"1199\" style=\"caret-color: rgb(0, 0, 0);\"><li data-start=\"558\" data-end=\"627\"><p data-start=\"560\" data-end=\"627\"><font color=\"#636363\"><span data-start=\"560\" data-end=\"590\">Impaired blood circulation</span>&nbsp;or&nbsp;<span data-start=\"594\" data-end=\"625\">peripheral vascular disease</span></font></p></li><li data-start=\"628\" data-end=\"769\"><p data-start=\"630\" data-end=\"769\"><font color=\"#636363\"><span data-start=\"630\" data-end=\"651\">Immunosuppression</span>&nbsp;– due to an illness (such as&nbsp;<span data-start=\"681\" data-end=\"688\">HIV</span>) or medication (such as&nbsp;<span data-start=\"713\" data-end=\"735\">long-term steroids</span>&nbsp;or&nbsp;<span data-start=\"739\" data-end=\"766\">immunosuppressive drugs</span>)</font></p></li><li data-start=\"770\" data-end=\"844\"><p data-start=\"772\" data-end=\"844\"><font color=\"#636363\"><span data-start=\"772\" data-end=\"785\">Psoriasis</span>&nbsp;or other chronic&nbsp;<span data-start=\"803\" data-end=\"822\">skin conditions</span>&nbsp;affecting the nails</font></p></li><li data-start=\"845\" data-end=\"915\"><p data-start=\"847\" data-end=\"915\"><font color=\"#636363\"><span data-start=\"847\" data-end=\"872\">Peripheral neuropathy</span>&nbsp;(reduced sensation in the hands or feet)</font></p></li><li data-start=\"916\" data-end=\"994\"><p data-start=\"918\" data-end=\"994\"><font color=\"#636363\"><span data-start=\"918\" data-end=\"951\">Severe nail or skin infection</span>&nbsp;(pain, swelling, or pus around the nail)</font></p></li><li data-start=\"995\" data-end=\"1052\"><p data-start=\"997\" data-end=\"1052\"><font color=\"#636363\"><span data-start=\"997\" data-end=\"1023\">History of nail trauma</span>&nbsp;or recent&nbsp;<span data-start=\"1034\" data-end=\"1050\">nail surgery</span></font></p></li><li data-start=\"1053\" data-end=\"1092\"><p data-start=\"1055\" data-end=\"1092\"><span data-start=\"1055\" data-end=\"1090\"><font color=\"#636363\">Chronic liver or kidney disease</font></span></p></li><li data-start=\"1093\" data-end=\"1199\"><p data-start=\"1095\" data-end=\"1199\"><font color=\"#636363\"><span data-start=\"1095\" data-end=\"1133\">Conditions affecting wound healing</span>, such as&nbsp;<span data-start=\"1143\" data-end=\"1173\">poorly controlled diabetes</span>&nbsp;or&nbsp;<span data-start=\"1177\" data-end=\"1199\">autoimmune disease</span></font></p><p data-start=\"1095\" data-end=\"1199\"><span data-start=\"1177\" data-end=\"1199\"><font color=\"#ff0000\"><span style=\"font-size: medium;\">If any of these apply, please consult your GP or podiatrist for diagnosis and specialist care.</span><br data-start=\"1345\" data-end=\"1348\"><span style=\"font-size: medium;\">Some nail infections in these situations require prescription-only treatment or closer monitoring.</span></font><br></span></p></li></ul>'),(222,NULL,73,'Are there any additional skin issues on the affected hand or foot, including red, inflamed, itchy, or irritated areas, that might indicate athlete’s foot or another type of skin infection?','text',NULL,'2025-10-29 21:13:12','2025-11-22 09:34:31',NULL),(223,NULL,73,'Do you react badly to antifungal creams or tablets? This helps us confirm the treatment is safe for you.','text',NULL,'2025-10-29 21:13:12','2025-11-22 09:34:31',NULL),(224,NULL,74,'Please review the information below and confirm your agreement. (This helps ensure your treatment is supplied safely and appropriately.)','text+textarea',NULL,'2025-10-29 21:13:12','2025-11-18 20:16:30','<br><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I will read the Patient Information Leaflet provided with my medication before use.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p>&nbsp;</o:p></p>'),(225,NULL,74,'Please confirm your awareness that decorative nail products including varnish, gel overlays, acrylics, and stick-on nails can trap moisture, hinder medication absorption, and potentially worsen fungal infections, and therefore must not be used until the nail has fully healed','text',NULL,'2025-10-29 21:13:12','2025-11-22 09:34:31',NULL),(226,NULL,75,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment.)','text',NULL,'2025-10-29 21:47:38','2025-11-22 09:04:31',NULL),(227,NULL,76,'Have you ever had an allergic reaction or bad side effect to any of the following malaria medicines? This helps our pharmacist make sure the malaria tablets you receive are safe and suitable for you.','text+textarea',NULL,'2025-10-29 21:47:38','2025-11-22 10:24:32','<p style=\"margin-right: 0cm; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\">Mefloquine (Lariam)</span><o:p></o:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p><u2:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u2:p><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;\"></span><p style=\"margin-right: 0cm; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\">Doxycycline</span><o:p></o:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p><u2:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u2:p><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;\"></span><p style=\"margin: 0cm 0cm 0cm 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\">Atovaquone or Proguanil (Malarone)</span><u1:p></u1:p><span style=\"font-size: 13.5pt;\"><o:p></o:p></span></p><u2:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u2:p><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;\"></span><p style=\"margin-top: 1rem; margin-right: 25px; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span data-start=\"714\" data-end=\"729\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\"><span style=\"background-size: auto; background-origin: padding-box; background-clip: border-box; background-attachment: scroll; background-position: 0% 0%;\">Quinine or Quinidine</span></span><o:p></o:p></span></p><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><u1:p></u1:p></span><u2:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u2:p><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;\"></span><p style=\"margin-top: 1rem; margin-right: 25px; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span data-start=\"791\" data-end=\"806\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\"><span style=\"background-size: auto; background-origin: padding-box; background-clip: border-box; background-attachment: scroll; background-position: 0% 0%;\">Chloroquine</span></span></span><o:p></o:p></p><u1:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u1:p><u2:p style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></u2:p><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: -webkit-standard; font-size: medium;\"></span><p style=\"margin-top: 1rem; margin-right: 25px; margin-left: 25px; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"background-size: auto; background-origin: padding-box; background-clip: border-box; background-attachment: scroll; background-position: 0% 0%;\"><span data-start=\"811\" data-end=\"892\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\">Any other antimalarial or antibiotic used for malaria prevention or treatment</span></span><o:p></o:p></span></p>'),(228,NULL,76,'Could you let us know if you are currently pregnant, breastfeeding, or planning to be pregnant or start breastfeeding around the time of your trip? Certain malaria prevention tablets and travel medicines may not be suitable during pregnancy or while breastfeeding. Letting us know helps our pharmacist identify the safest and most appropriate travel health advice and medication for your circumstances.','text',NULL,'2025-10-29 21:47:38','2025-11-22 10:46:59',NULL),(229,NULL,76,'Do you have, or have you ever been diagnosed with, any of the medical conditions listed below? This information helps our pharmacist make sure any malaria prevention tablets or travel medications recommended are safe and appropriate for you.','text+textarea',NULL,'2025-10-29 21:47:38','2025-11-16 23:20:55','<p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0.0001pt 18.75pt; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: Arial, sans-serif; color: rgb(156, 156, 148);\">Kidney disease&nbsp;or any long-term kidney problems</span><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0.0001pt 18.75pt; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(156, 156, 148);\">Liver disease&nbsp;or liver function issues</span><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0.0001pt 18.75pt; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(156, 156, 148);\">Mental health conditions, including&nbsp;depression,&nbsp;anxiety, or other mood disorders</span><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0.0001pt 18.75pt; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(156, 156, 148);\">Epilepsy&nbsp;or a&nbsp;history of seizures or convulsions</span><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0.0001pt 18.75pt; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(156, 156, 148);\">Myasthenia gravis&nbsp;– a condition that can cause muscle weakness, difficulty chewing or swallowing, and slurred speech</span><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0.0001pt 18.75pt; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\">﻿</span><span style=\"font-size: 13.5pt; font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(156, 156, 148);\">Systemic lupus erythematosus (SLE)&nbsp;– an autoimmune condition that affects the skin, joints, and internal organs</span><span style=\"font-size: 13.5pt; color: rgb(33, 37, 41);\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><o:p>&nbsp;</o:p></span></p>'),(230,NULL,76,'Have you ever had malaria or been diagnosed with a malaria infection in the past? Knowing your malaria history helps our pharmacist choose the most effective and appropriate malaria prevention or treatment for your upcoming trip.','text',NULL,'2025-10-29 21:47:38','2025-11-11 16:51:50',NULL),(231,NULL,77,'Are you currently taking any medicines or supplements  including prescriptions, over-the-counter remedies, herbal products, or recreational drugs? Sharing this information allows our pharmacist to check for possible drug interactions and make sure any malaria prevention tablets or travel health medicines recommended are safe for you to take.','text',NULL,'2025-10-29 21:47:38','2025-11-11 16:51:50',NULL),(232,231,77,'Are you taking, or have you recently taken, any of the following medicines? Providing this information helps our pharmacist identify any potential drug interactions and confirm that your malaria prevention or travel health treatment is safe and suitable for you.','text+textarea',NULL,'2025-10-29 21:47:38','2025-11-16 23:19:47','<div><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Medicines for blood clotting disorders or diabetes (e.g. warfarin, insulin, metformin)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Medicines for mental health conditions (psychiatric disorders, antidepressants, or antipsychotics)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Medicines used to treat epilepsy (e.g. sodium valproate, carbamazepine, phenobarbital, phenytoin)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Medicines for heart problems or high blood pressure (e.g. quinapril, amlodipine, beta-blockers)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Antibiotics (e.g. tetracycline, rifampicin, rifabutin, penicillins, cephalosporins)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Antihistamines used for allergies<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Efavirenz or other HIV medicines (including protease inhibitors such as ritonavir)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Halofantrine (another type of antimalarial)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Tramadol (for severe pain)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Ketoconazole or other antifungal medicines<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Metoclopramide (for nausea or vomiting)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Etoposide (used in cancer treatment)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Antacids containing aluminium, calcium, or magnesium<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Medicines containing iron, zinc, or bismuth salts<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Ciclosporin (used after organ transplants or to suppress the immune system)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Methotrexate (used for rheumatoid arthritis, psoriasis, or cancer)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">St John’s Wort (herbal medicine for low mood or anxiety)<o:p></o:p></font></span></p><p class=\"MsoNormal\" style=\"margin: 6pt 0cm 0cm 25px; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0);\"><span style=\"font-size: 16pt;\"><font color=\"#9c9c94\">Oral contraceptive pills (may have reduced effectiveness with some antimalarials)</font><font color=\"#000000\"><o:p></o:p></font></span></p></div>'),(233,NULL,78,'Please review the statements below and confirm your agreement. Your confirmation helps us supply malaria prevention and travel medicines safely and in line with pharmacy guidance.','text+textarea',NULL,'2025-10-29 21:47:38','2025-11-22 11:02:55','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I will read the Patient Information Leaflet provided with my medication before use.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p>&nbsp;</o:p></p>'),(234,NULL,78,'If you develop flu-like symptoms within 12 months of returning from your trip, would you seek medical attention immediately and tell the doctor about your recent travel? Malaria and other travel-related infections can appear weeks or even months after you return home.','text',NULL,'2025-10-29 21:47:38','2025-11-22 11:03:19',NULL),(235,NULL,78,'Before you complete your order, have you checked that your malaria prevention medication is suitable for the malaria risk in your travel destination? You can find reliable, up-to-date guidance on the following official travel health websites: NHS Fit for Travel: https://www.fitfortravel.nhs.uk TravelHealthPro (UK Health Security Agency): https://travelhealthpro.org.uk','text',NULL,'2025-10-29 21:47:38','2025-11-22 11:17:47',NULL),(236,NULL,79,'Are you aged 18 or over? (You must be at least 18 years old to complete this medical consultation and receive treatment)','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:12:54',NULL),(237,NULL,79,'How would you describe your acne symptoms? (This helps our pharmacist recommend the most suitable treatment for your skin type and severity)','text',NULL,'2025-10-29 22:07:14','2025-11-18 12:46:22',NULL),(238,NULL,80,'Do you have any known allergies to the following ingredients? Please tell us if you are allergic to any of these substances commonly found in acne treatments.','text+textarea',NULL,'2025-10-29 22:07:14','2025-11-14 12:20:23','<p data-start=\"568\" data-end=\"586\" style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong data-start=\"568\" data-end=\"584\">Ingredients:</strong></p><ul><li style=\"\"><span data-start=\"568\" data-end=\"584\" style=\"\"><span style=\"caret-color: rgb(0, 0, 0);\"><font color=\"#cec6ce\" style=\"\">Adapalene </font></span></span></li><li style=\"\"><span data-start=\"568\" data-end=\"584\" style=\"\"><span style=\"caret-color: rgb(0, 0, 0);\"><font color=\"#cec6ce\">Benzoyl Peroxide</font></span></span></li><li style=\"\"><span data-start=\"568\" data-end=\"584\" style=\"\"><span style=\"caret-color: rgb(0, 0, 0);\"><font color=\"#cec6ce\" style=\"\">Propylene Glycol</font></span></span></li></ul>'),(239,NULL,80,'Are you female and aged between 18 and 55? This information helps our pharmacist determine whether the treatment is suitable for you.','text',NULL,'2025-10-29 22:07:14','2025-11-02 22:06:46',NULL),(240,NULL,80,'Are you pregnant, planning to become pregnant, or currently breastfeeding? Some acne medicines are not suitable during pregnancy or while breastfeeding. This information helps our pharmacist ensure your treatment is safe for you and your baby.','text',NULL,'2025-10-29 22:07:14','2025-11-02 22:13:46',NULL),(241,NULL,80,'Have you ever been diagnosed with an inflammatory bowel condition? For example, Ulcerative Colitis, Crohn’s disease, or any other type of Colitis.','text',NULL,'2025-10-29 22:07:14','2025-11-02 22:06:46',NULL),(242,NULL,81,'Are you currently taking any oral antibiotics? This helps our pharmacist ensure your acne treatment is safe to use alongside other medications.','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:27:54',NULL),(243,NULL,81,'Are you currently using any other treatments for acne? This helps our pharmacist check that your new treatment is safe to use alongside any existing creams, gels, or oral medicines.','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:27:54',NULL),(244,NULL,82,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-10-29 22:07:14','2025-11-18 20:19:09','<span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: medium;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><br><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span>&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p>&nbsp;</o:p></p>'),(245,NULL,82,'Do you understand that if your acne worsens or you notice scarring, you should see your GP for assessment? This ensures you receive timely care if your condition changes.','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:23:41',NULL),(246,NULL,82,'Do you understand that some topical acne treatments can increase sensitivity to sunlight (photosensitivity)? While using these products, you should: • Avoid direct sunlight and sunlamps where possible. • Use a broad-spectrum sunscreen and protective clothing if you must be in the sun. • Do not apply acne treatments to sunburned skin.','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:20:40',NULL),(247,NULL,82,'Do you understand that your treatment should be applied once daily, after washing your face with a mild cleanser and gently drying the skin?','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:20:40',NULL),(248,NULL,82,'Do you understand that this treatment should not come into contact with your eyes, mouth, inside of the nose, or any broken, irritated, or sunburned skin? If contact occurs by accident, rinse the area thoroughly with water. If irritation continues, seek advice from your GP or pharmacist.','text',NULL,'2025-10-29 22:07:14','2025-11-02 21:20:40',NULL),(253,237,79,'Mild — occasional spots or blackheads, mostly on the face','text',NULL,'2025-11-02 22:02:05','2025-11-02 22:02:05',NULL),(254,237,79,'Moderate — regular spots or inflammation on the face, back, or chest','text',NULL,'2025-11-02 22:02:05','2025-11-02 22:02:05',NULL),(255,237,79,'Severe — widespread or painful acne','text',NULL,'2025-11-02 22:02:05','2025-11-02 22:02:05',NULL),(273,NULL,93,'Are you between 18 and 75 years of age?','text',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56',NULL),(274,NULL,93,'Are you requesting melatonin to help manage short-term symptoms of jet lag following travel across time zones?','text',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56',NULL),(275,NULL,94,'Are you currently pregnant, breastfeeding, or think you may be pregnant at this time?','text',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56',NULL),(276,NULL,94,'Have you ever had an allergic reaction or intolerance to melatonin, lactose, or similar medicines, as this could affect whether treatment is suitable for you?','text',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56',NULL),(277,NULL,94,'Do you have any existing medical conditions or past health problems from the list below? (This information helps ensure your treatment is safe and suitable for you.)','text+textarea',NULL,'2025-11-24 23:06:34','2025-12-14 11:55:56','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Alcohol dependence or problematic alcohol use</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"263\" data-end=\"266\"><em data-start=\"268\" data-end=\"361\">This can affect how medicines work and may increase the risk of side effects or unsafe use.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Autoimmune conditions</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(such as rheumatoid arthritis or Graves’ disease)<br data-start=\"440\" data-end=\"443\"><em data-start=\"445\" data-end=\"539\">Some medicines may not be suitable or may require extra monitoring in autoimmune conditions.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Depression requiring treatment with medication</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"593\" data-end=\"596\"><em data-start=\"598\" data-end=\"677\">Certain treatments can affect mood or interact with antidepressant medicines.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Epilepsy or a history of seizures</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"718\" data-end=\"721\"><em data-start=\"723\" data-end=\"806\">Some medicines can lower the seizure threshold or interfere with seizure control.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Galactose intolerance, Lapp lactase deficiency, or glucose-galactose malabsorption</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"896\" data-end=\"899\"><em data-start=\"901\" data-end=\"996\">Some medicines contain lactose or related sugars and may not be suitable in these conditions.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Heart disease or other significant heart conditions</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1055\" data-end=\"1058\"><em data-start=\"1060\" data-end=\"1130\">Certain treatments can affect heart rate, rhythm, or blood pressure.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Kidney disease or reduced kidney function</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1179\" data-end=\"1182\"><em data-start=\"1184\" data-end=\"1262\">Impaired kidney function can affect how medicines are cleared from the body.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Liver disease or ongoing liver problems</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1309\" data-end=\"1312\"><em data-start=\"1314\" data-end=\"1417\">The liver plays a key role in processing medicines, and liver problems may increase the risk of harm.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Schizophrenia or bipolar disorder</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1458\" data-end=\"1461\"><em data-start=\"1463\" data-end=\"1540\">Some treatments may worsen symptoms or interact with psychiatric medicines.</em><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p>&nbsp;</o:p></p>'),(278,NULL,95,'Do you take any current medication, including prescription treatments, over-the-counter products, or any recreational drugs?','text',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51',NULL),(279,278,95,'Do you take any of the following medicines?','text+textarea',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Axitinib</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"400\" data-end=\"403\"><em data-start=\"405\" data-end=\"500\">This cancer treatment can interact with other medicines and may require specialist oversight.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Benzodiazepines</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(such as diazepam, temazepam, or lorazepam)<br data-start=\"567\" data-end=\"570\"><em data-start=\"572\" data-end=\"674\">These medicines affect the central nervous system and may increase drowsiness or other side effects.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Carbamazepine</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"695\" data-end=\"698\"><em data-start=\"700\" data-end=\"812\">This medicine can reduce the effectiveness of other treatments by altering how they are processed in the body.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Fluvoxamine</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"831\" data-end=\"834\"><em data-start=\"836\" data-end=\"913\">This antidepressant can significantly affect the levels of other medicines.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Leflunomide</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"932\" data-end=\"935\"><em data-start=\"937\" data-end=\"1040\">This medicine affects the immune system and may increase the risk of adverse effects or interactions.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Oestrogen-containing medicines</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(including hormone replacement therapy or the combined oral contraceptive pill)<br data-start=\"1158\" data-end=\"1161\"><em data-start=\"1163\" data-end=\"1257\">These medicines can interact with certain treatments and may affect safety or effectiveness.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Pipemidic acid</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1279\" data-end=\"1282\"><em data-start=\"1284\" data-end=\"1373\">This antibiotic may interact with other medicines or increase the risk of side effects.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Quinolone or fluoroquinolone antibiotics</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(such as ciprofloxacin)<br data-start=\"1445\" data-end=\"1448\"><em data-start=\"1450\" data-end=\"1550\">These antibiotics can interact with other medicines and, in some cases, affect the nervous system.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Rifampicin</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1568\" data-end=\"1571\"><em data-start=\"1573\" data-end=\"1681\">This medicine strongly affects how many other drugs are broken down, which can reduce their effectiveness.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Teriflunomide</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1702\" data-end=\"1705\"><em data-start=\"1707\" data-end=\"1807\">This immune-modifying medicine can interact with other treatments and requires careful monitoring.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Warfarin or other blood-thinning (anticoagulant) medicines</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1873\" data-end=\"1876\"><em data-start=\"1878\" data-end=\"1990\">These medicines increase bleeding risk and often require close monitoring when combined with other treatments.</em><o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Z-drugs or sleeping tablets</span></strong><span class=\"apple-converted-space\"><span style=\"font-family: Calibri, sans-serif;\">&nbsp;</span></span><span style=\"font-family: Calibri, sans-serif;\">(such as zopiclone or zolpidem)<br data-start=\"2057\" data-end=\"2060\"><em data-start=\"2062\" data-end=\"2174\">These medicines can increase drowsiness and may interact with other treatments that affect sleep or alertness.</em><o:p></o:p></span></p>'),(280,NULL,95,'Melatonin can increase drowsiness and may lower blood pressure, particularly when taken with certain other medicines. The medications listed below may increase these effects. Do you understand that if you experience symptoms such as dizziness, light-headedness,  excessive sleepiness while taking melatonin, you must stop taking it immediately?','text+textarea',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51','<p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Alcohol and sedating medicines</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"376\" data-end=\"379\"><em data-start=\"381\" data-end=\"452\">(Can increase drowsiness, slowed reactions, and excessive sleepiness)</em><br data-start=\"452\" data-end=\"455\">Alcohol; opioid painkillers; antihistamines; antipsychotic medicines; tricyclic antidepressants; mirtazapine; phenobarbital; primidone; muscle relaxants such as baclofen or tizanidine.<o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Blood pressure–lowering medicines</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"682\" data-end=\"685\"><em data-start=\"687\" data-end=\"756\">(May increase the risk of dizziness, light-headedness, or fainting)</em><br data-start=\"756\" data-end=\"759\">Alpha-blockers (e.g. doxazosin, alfuzosin, tamsulosin, prazosin); beta-blockers; calcium-channel blockers; diuretics (water tablets); nitrates; vasodilators such as hydralazine, minoxidil, or sodium nitroprusside.<o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Centrally acting blood pressure medicines</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1023\" data-end=\"1026\"><em data-start=\"1028\" data-end=\"1096\">(Act on the brain and may increase sedation or low blood pressure)</em><br data-start=\"1096\" data-end=\"1099\">Clonidine; guanfacine; lofexidine; methyldopa; moxonidine; diazoxide.<o:p></o:p></span></p><p style=\"margin-right: 0cm; margin-left: 18pt; font-size: medium; font-family: &quot;Times New Roman&quot;, serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><strong><span style=\"font-family: Calibri, sans-serif;\">Medicines affecting melatonin levels or blood cells</span></strong><span style=\"font-family: Calibri, sans-serif;\"><br data-start=\"1229\" data-end=\"1232\"><em data-start=\"1234\" data-end=\"1299\">(May increase side effects or alter how melatonin is processed)</em><br data-start=\"1299\" data-end=\"1302\">Ritonavir; myelosuppressive medicines.<o:p></o:p></span></p>'),(281,NULL,96,'Do you agree to the following? Please read each statement carefully before confirming. This ensures you understand how your treatment will be supplied and used safely.','text+textarea',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51','<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><o:p>&nbsp;</o:p></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I will read the Patient Information Leaflet provided with my medication before use.</span><span style=\"font-family: &quot;Source Sans Pro&quot;, sans-serif; color: rgb(33, 37, 41);\"><br><br></span><span style=\"font-family: &quot;Times New Roman&quot;, serif;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I will contact ifeelshy and inform my GP immediately if I experience any side effects, start a new medication, or if my medical conditions change during treatment.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I understand that the treatment is for my personal use only and will not be shared with anyone else.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I confirm that I have answered all questions accurately and truthfully to the best of my knowledge.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I understand that the prescriber relies on my answers in good faith, and that providing incorrect or incomplete information could affect my health.<o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-size: 13.5pt; font-family: &quot;Apple Color Emoji&quot;;\">☑️</span><span style=\"font-size: 13.5pt;\">&nbsp;I understand that while treatment decisions are made jointly between myself and the prescriber, the final decision to issue a prescription rests with the prescriber.<o:p></o:p></span></p>'),(282,NULL,96,'Are you aware that melatonin may make you feel drowsy, and that you must not drive or use heavy machinery for at least eight hours after taking a dose?','text',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51',NULL),(283,NULL,96,'Do you understand that melatonin should be taken once a day at bedtime in your new time zone, only between 8 pm and 4 am, as this helps reset your body clock, and that it should not be used for more than five days? (Melatonin helps reset your body clock after travel. Taking it at bedtime in your new time zone helps it work properly, while using it at other times or for too long can interfere with your sleep.)','text',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51',NULL),(284,NULL,96,'Do you understand that some studies suggest melatonin may be linked to an increased risk of falls, accidents, memory problems, and possible dependence or withdrawal (mainly with long-term or inappropriate use)?','text',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51',NULL),(285,NULL,96,'Are you aware that melatonin should not be taken with alcohol, as this can increase drowsiness and side effects?','text',NULL,'2025-11-24 23:06:34','2025-12-14 12:43:51',NULL),(286,NULL,97,'Lorem Ipsum is simply dummy text of the printing and typesetting','text+textarea',NULL,'2025-12-01 21:59:04','2025-12-01 21:59:04','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley</span></p>'),(287,NULL,98,'Lorem Ipsum is simply dummy text of the printing and typesetting','text',NULL,'2025-12-01 21:59:04','2025-12-01 21:59:04',NULL),(288,NULL,99,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s','toggle-buttons','{\"btn1_text\":\"cm\",\"btn1_inputs\":\"1\",\"btn1_input_labels\":[\"cm\"],\"btn2_text\":\"feet\\/inches\",\"btn2_inputs\":\"1\",\"btn2_input_labels\":[\"feet\\/inches\"]}','2025-12-02 23:01:53','2025-12-02 23:01:53',NULL),(289,NULL,99,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s','multi-radio','{\"radio_options\":[\"Asian or Asian British\",\"Middle Eastern\",\"Mixed or multiple ethnicities (including Asian, Black, or Middle Eastern backgrounds)\"]}','2025-12-02 23:01:53','2025-12-02 23:01:53',NULL),(290,NULL,99,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s','text',NULL,'2025-12-02 23:01:53','2025-12-02 23:01:53',NULL),(291,NULL,99,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s','text+textarea',NULL,'2025-12-02 23:01:53','2025-12-02 23:01:53','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s</p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s</p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s</p>'),(292,NULL,97,'Enter your height:','toggle-buttons','{\"btn1_text\":\"cm\",\"btn1_inputs\":\"1\",\"btn1_input_labels\":[\"cm\"],\"btn2_text\":\"feet\\/inches\",\"btn2_inputs\":\"1\",\"btn2_input_labels\":[\"feet\\/inches\"]}','2025-12-04 22:07:06','2025-12-04 22:07:06',NULL),(293,NULL,97,'Enter your weight:','toggle-buttons','{\"btn1_text\":\"Kg\",\"btn1_inputs\":\"1\",\"btn1_input_labels\":[\"Kg\"],\"btn2_text\":\"feet\\/inches\",\"btn2_inputs\":\"2\",\"btn2_input_labels\":[\"st\",\"lb\"]}','2025-12-04 22:07:06','2025-12-04 22:07:06',NULL),(294,NULL,97,'What is your ethnicity?','multi-radio','{\"radio_options\":[\"Asian or Asian British\",\"Middle Eastern\",\"Mixed or multiple ethnicities (including Asian, Black, or Middle Eastern backgrounds)\"]}','2025-12-04 22:07:06','2025-12-04 22:07:06',NULL),(295,NULL,100,'Lorem Ipsum is simply dummy text of the printing and typesetting industry.','text',NULL,'2025-12-08 20:15:39','2025-12-08 20:15:39',NULL),(296,NULL,100,'Where does it come from?','text+textarea',NULL,'2025-12-08 20:15:39','2025-12-08 20:15:39','<p><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">ney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubta</span></p>'),(297,NULL,93,'Are you seeking melatonin solely for jet lag, rather than for long-term sleep problems or insomnia?','text',NULL,'2025-12-14 11:55:56','2025-12-14 11:55:56',NULL),(298,NULL,93,'Do you understand that melatonin for jet lag is intended for short-term use only?','text',NULL,'2025-12-14 11:55:56','2025-12-14 11:55:56',NULL);
/*!40000 ALTER TABLE `consultation_questions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `consultation_sections`
--

DROP TABLE IF EXISTS `consultation_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `consultation_sections` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` bigint(20) unsigned NOT NULL,
  `title` text DEFAULT NULL,
  `consultation_type_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `consultation_sections_category_id_foreign` (`category_id`),
  KEY `consultation_sections_consultation_type_id_foreign` (`consultation_type_id`),
  CONSTRAINT `consultation_sections_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE,
  CONSTRAINT `consultation_sections_consultation_type_id_foreign` FOREIGN KEY (`consultation_type_id`) REFERENCES `consultation_tab_types` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `consultation_sections`
--

LOCK TABLES `consultation_sections` WRITE;
/*!40000 ALTER TABLE `consultation_sections` DISABLE KEYS */;
INSERT INTO `consultation_sections` VALUES (1,1,'Tell us about yourself',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(2,1,'About Your Symptoms',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(3,1,'Your Health Information',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(4,1,'Your Current Medication',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(5,1,'Patient Declaration & Agreements',NULL,'2025-10-24 20:05:49','2025-10-24 20:05:49'),(6,2,'Tell us about yourself',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19'),(7,2,'Your Health Information',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19'),(8,2,'Your Current Medication',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19'),(9,2,'Patient Declaration & Agreements',NULL,'2025-10-24 20:28:19','2025-10-24 20:28:19'),(10,3,'Tell us about yourself',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(11,3,'About Your Symptoms',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(12,3,'Your Health Information',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(13,3,'Your Current Medication',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(14,3,'Patient Declaration & Agreements',NULL,'2025-10-24 20:45:53','2025-10-24 20:45:53'),(15,5,'Tell us about yourself',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(16,5,'About Your Symptoms',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(17,5,'Your Current Medication',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(18,5,'Your Health Information',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(19,5,'Patient Declaration & Agreements',NULL,'2025-10-24 21:00:02','2025-10-24 21:00:02'),(20,6,'Tell us about yourself',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(21,6,'About Your Symptoms',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(22,6,'Your Health Information',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(23,6,'Patient Declaration & Agreements',NULL,'2025-10-24 21:08:45','2025-10-24 21:08:45'),(24,7,'Tell us about yourself',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(25,7,'About Your Symptoms',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(26,7,'Your Health Information',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(27,7,'Your Current Medication',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(28,7,'Patient Declaration & Agreements',NULL,'2025-10-24 21:19:11','2025-10-24 21:19:11'),(29,9,'Tell us about yourself',NULL,'2025-10-24 21:47:35','2025-10-24 21:47:35'),(30,9,'About Your Symptoms',NULL,'2025-10-24 21:47:35','2025-10-24 21:47:35'),(31,9,'Your Health Information',NULL,'2025-10-24 21:47:35','2025-10-24 21:47:35'),(32,9,'Your Current Medication',NULL,'2025-10-24 21:47:35','2025-10-24 21:47:35'),(33,9,'Patient Declaration & Agreements',NULL,'2025-10-24 21:47:35','2025-10-24 21:47:35'),(34,11,'Tell us about yourself',NULL,'2025-10-24 21:58:21','2025-10-24 21:58:21'),(35,11,'About Your Symptoms',NULL,'2025-10-24 21:58:21','2025-10-24 21:58:21'),(36,11,'Your Health Information',NULL,'2025-10-24 21:58:21','2025-10-24 21:58:21'),(37,11,'Your Current Medication',NULL,'2025-10-24 21:58:21','2025-10-24 21:58:21'),(38,11,'Patient Declaration & Agreements',NULL,'2025-10-24 21:58:21','2025-10-24 21:58:21'),(39,12,'Tell us about yourself',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(40,12,'Your Health Information',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(41,12,'About Your Symptoms',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(42,12,'Your Current Medication',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(43,12,'Patient Declaration & Agreements',NULL,'2025-10-24 22:14:56','2025-10-24 22:14:56'),(44,15,'Tell us about yourself',NULL,'2025-10-24 22:27:30','2025-10-24 22:27:30'),(45,15,'About Your Symptoms',NULL,'2025-10-24 22:27:30','2025-10-24 22:27:30'),(46,15,'Your Current Medication',NULL,'2025-10-24 22:27:30','2025-10-24 22:27:30'),(47,15,'Patient Declaration & Agreements',NULL,'2025-10-24 22:27:30','2025-10-24 22:27:30'),(48,16,'Tell us about yourself',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(49,16,'About Your Symptoms',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(50,16,'Your Health Information',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(51,16,'Your Current Medication',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(52,16,'Patient Declaration & Agreements',NULL,'2025-10-24 22:40:38','2025-10-24 22:40:38'),(53,18,'Tell us about yourself',NULL,'2025-10-24 23:01:32','2025-10-24 23:01:32'),(54,18,'About Your Symptoms',NULL,'2025-10-24 23:01:32','2025-10-24 23:01:32'),(55,18,'Your Health Information',NULL,'2025-10-24 23:01:32','2025-10-24 23:01:32'),(56,18,'Your Current Medication',NULL,'2025-10-24 23:01:32','2025-10-24 23:01:32'),(57,18,'Patient Declaration & Agreements',NULL,'2025-10-24 23:01:32','2025-10-24 23:01:32'),(58,24,'Tell us about yourself',NULL,'2025-10-29 19:54:13','2025-10-29 19:54:13'),(59,24,'Your Health Information',NULL,'2025-10-29 19:54:13','2025-10-29 19:54:13'),(60,24,'Your Current Medication',NULL,'2025-10-29 19:54:13','2025-10-29 19:54:13'),(61,24,'Patient Declaration & Agreements',NULL,'2025-10-29 19:54:13','2025-10-29 19:54:13'),(62,29,'Tell us about yourself',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(63,29,'About Your Symptoms',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(64,29,'Your Health Information',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(65,29,'Your Current Medication',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(66,29,'Patient Declaration & Agreements',NULL,'2025-10-29 20:47:56','2025-10-29 20:47:56'),(67,31,'Tell us about yourself',NULL,'2025-10-29 20:59:58','2025-10-29 20:59:58'),(68,31,'About Your Symptoms',NULL,'2025-10-29 20:59:58','2025-10-29 20:59:58'),(69,31,'Your Health Information',NULL,'2025-10-29 20:59:58','2025-10-29 20:59:58'),(70,31,'Your Current Medication',NULL,'2025-10-29 20:59:58','2025-10-29 20:59:58'),(71,31,'Patient Declaration & Agreements',NULL,'2025-10-29 20:59:58','2025-10-29 20:59:58'),(72,36,'Tell us about yourself',NULL,'2025-10-29 21:13:12','2025-10-29 21:13:12'),(73,36,'Your Health Information',NULL,'2025-10-29 21:13:12','2025-10-29 21:13:12'),(74,36,'Patient Declaration & Agreements',NULL,'2025-10-29 21:13:12','2025-10-29 21:13:12'),(75,43,'Tell us about yourself',NULL,'2025-10-29 21:47:38','2025-10-29 21:47:38'),(76,43,'Your Health Information',NULL,'2025-10-29 21:47:38','2025-10-29 21:47:38'),(77,43,'Your Current Medication',NULL,'2025-10-29 21:47:38','2025-10-29 21:47:38'),(78,43,'Patient Declaration & Agreements',NULL,'2025-10-29 21:47:38','2025-10-29 21:47:38'),(79,45,'Tell us about yourself',NULL,'2025-10-29 22:07:14','2025-10-29 22:07:14'),(80,45,'Your Health Information',NULL,'2025-10-29 22:07:14','2025-10-29 22:07:14'),(81,45,'Your Current Medication',NULL,'2025-10-29 22:07:14','2025-10-29 22:07:14'),(82,45,'Patient Declaration & Agreements',NULL,'2025-10-29 22:07:14','2025-10-29 22:07:14'),(93,19,'Tell us about yourself ',NULL,'2025-11-24 23:06:34','2025-11-24 23:06:34'),(94,19,'Your Health Information',NULL,'2025-11-24 23:06:34','2025-11-24 23:06:34'),(95,19,'Your Current Medication ',NULL,'2025-11-24 23:06:34','2025-11-24 23:06:34'),(96,19,'Patient Declaration & Consent',NULL,'2025-11-24 23:06:34','2025-11-24 23:06:34'),(97,49,'Tell us about yourself',1,'2025-12-01 21:59:04','2025-12-01 21:59:04'),(98,49,'About Your Symptoms',1,'2025-12-01 21:59:04','2025-12-01 21:59:04'),(99,48,'Tell us about yourself',1,'2025-12-02 23:01:53','2025-12-02 23:01:53'),(100,49,'Your Current Medication',2,'2025-12-08 20:15:39','2025-12-08 20:15:39');
/*!40000 ALTER TABLE `consultation_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `consultation_tab_types`
--

DROP TABLE IF EXISTS `consultation_tab_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `consultation_tab_types` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type_name` text DEFAULT NULL,
  `slug` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `consultation_tab_types`
--

LOCK TABLES `consultation_tab_types` WRITE;
/*!40000 ALTER TABLE `consultation_tab_types` DISABLE KEYS */;
INSERT INTO `consultation_tab_types` VALUES (1,'Oral Capsules','oral-capsules','2025-11-30 23:08:16','2025-11-30 23:08:16'),(2,'Nasal Sprays','nasal-sprays','2025-11-30 23:08:16','2025-11-30 23:08:16'),(3,'Eye Drops','eye-drops','2025-11-30 23:08:16','2025-11-30 23:08:16');
/*!40000 ALTER TABLE `consultation_tab_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contacts`
--

DROP TABLE IF EXISTS `contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `contacts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `message` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contacts`
--

LOCK TABLES `contacts` WRITE;
/*!40000 ALTER TABLE `contacts` DISABLE KEYS */;
/*!40000 ALTER TABLE `contacts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_verifies`
--

DROP TABLE IF EXISTS `email_verifies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `email_verifies` (
  `user_id` int(11) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `email_verifies`
--

LOCK TABLES `email_verifies` WRITE;
/*!40000 ALTER TABLE `email_verifies` DISABLE KEYS */;
INSERT INTO `email_verifies` VALUES (2,'202df9c2221f80ec1fb604872d4c50380a1b159f00e7e561b6243b5a483ce7b8c','2025-10-15 00:17:37','2025-10-15 00:17:37'),(3,'3edf6d8b3eb75a6450f2d60e29f25c7b5b83fb088b08ff993f03426901e146b81','2025-10-15 00:18:47','2025-10-15 00:18:47'),(4,'4135b54b7cb293d80fe4fd9d51043f27226990989be79f153e6431933704ca7ad','2025-10-15 00:20:01','2025-10-15 00:20:01'),(5,'5b2ee2cbd7ae8fd9b1512cdaeeb13202a056e639ce384e26d5db95bfcd178e06e','2025-10-15 00:21:49','2025-10-15 00:21:49'),(6,'6778f52989f4a602eae89e4f8ba6a7daeb5fefa8c617e025afd497389fb29d392','2025-10-15 00:28:33','2025-10-15 00:28:33'),(7,'77195371059b5b19c72cc54a346695d9a4faf7ed0b843f19d087d4d9e50366ae3','2025-10-15 00:31:03','2025-10-15 00:31:03');
/*!40000 ALTER TABLE `email_verifies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `failed_jobs`
--

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `failed_jobs`
--

LOCK TABLES `failed_jobs` WRITE;
/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `faqs`
--

DROP TABLE IF EXISTS `faqs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `faqs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `faqs`
--

LOCK TABLES `faqs` WRITE;
/*!40000 ALTER TABLE `faqs` DISABLE KEYS */;
INSERT INTO `faqs` VALUES (1,'What do you mean by \'Figma assets\'?','You will have access to download the full Figma project including all of the pages, the components, responsive pages, and also the icons, illustrations, and images included in the screens.',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(2,' What does \'lifetime access\' exactly mean?','Once you have purchased either the design, code, or both packages, you will have access to all of the future updates based on the roadmap, free of charge.',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(3,'How does support work?','We\'re aware of the importance of well-qualified support, that is why we decided that support will only be provided by the authors that actually worked on this project.',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(4,'I want to build more than one project. Is that allowed?','You can use Windster for an unlimited amount of projects, whether it’s a personal website, a SaaS app, or a website for a client.',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(5,'What does \'free updates\' include?','The free updates that will be provided are based on the roadmap that we have laid out for this project. It is also possible that we will provide extra updates outside of the roadmap as well..',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(6,' What does the free version include?','The free version of Windster includes minimal style guidelines, component variants, and a dashboard page with the mobile version alongside it. You can use this version for any purpose, as it is open-source under the MIT license.',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(7,' What is the difference between Windster and Tailwind UI?','Although both Windster and Tailwind UI are built for integration with Tailwind CSS, the main difference is in the design, the pages, the extra components, and UI elements that Windster includes.',1,'2025-10-24 19:15:31','2025-10-24 19:15:31'),(8,'Can I use Windster in open-source projects?','Generally, it is accepted to use Windster in open-source projects, as long as it is not a UI library, theme, template, or page-builder considered as an alternative to Windster itself.',1,'2025-10-24 19:15:31','2025-10-29 20:38:01');
/*!40000 ALTER TABLE `faqs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frequently_asked_questions`
--

DROP TABLE IF EXISTS `frequently_asked_questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `frequently_asked_questions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `modelable_type` varchar(255) NOT NULL,
  `modelable_id` bigint(20) unsigned NOT NULL,
  `frequently_asked_questions_title` text DEFAULT NULL,
  `slug` text DEFAULT NULL,
  `frequently_asked_questions_description` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `frequently_asked_questions_modelable_type_modelable_id_index` (`modelable_type`,`modelable_id`)
) ENGINE=InnoDB AUTO_INCREMENT=310 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frequently_asked_questions`
--

LOCK TABLES `frequently_asked_questions` WRITE;
/*!40000 ALTER TABLE `frequently_asked_questions` DISABLE KEYS */;
INSERT INTO `frequently_asked_questions` VALUES (1,'App\\Models\\Category',2,'1. How do Wegovy and Mounjaro work?','what-is-the-best-treatment-for-weight-loss','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Both medications mimic natural hormones that regulate appetite and blood sugar, helping you feel full sooner and eat less.</span></p>',1,'2025-10-24 20:13:43','2025-11-24 21:53:18'),(2,'App\\Models\\Category',3,'1. What causes hair loss?','what-causes-hair-loss','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">The most common cause is</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">androgenetic alopecia</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, which is hereditary. Other causes include stress, nutritional deficiency, hormonal imbalance, or certain medications.</span></p>',1,'2025-10-24 20:30:57','2025-11-24 22:56:56'),(3,'App\\Models\\Category',4,'1. What causes thrush?','what-is-thrush','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Thrush is caused by an overgrowth of</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><i><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Candida albicans</span></i><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, which can occur due to antibiotics, hormonal changes, tight clothing, or excess moisture.</span></p>',1,'2025-10-24 20:48:46','2025-11-24 22:56:14'),(4,'App\\Models\\Category',6,'1. How does period delay medication work?','how-do-i-delay-my-period','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Norethisterone mimics the natural hormone progesterone, maintaining hormone levels to delay menstruation until treatment stops.</span></p>',1,'2025-10-24 21:02:27','2025-11-24 21:40:37'),(5,'App\\Models\\Category',7,'1. What is a migraine?','what-is-migrain','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">A migraine is a moderate to severe headache often felt as a throbbing pain on one side of the head. It may be accompanied by nausea, light sensitivity, or aura.</span></p>',1,'2025-10-24 21:11:52','2025-11-24 21:37:20'),(6,'App\\Models\\Category',9,'1. What is premature ejaculation?','what-is-premature-ejaculation','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Premature ejaculation is when ejaculation happens sooner than desired during sexual activity — typically within 1–3 minutes of penetration.</span></p>',1,'2025-10-24 21:38:43','2025-11-24 21:31:30'),(7,'App\\Models\\Category',12,'1. How does the emergency contraceptive pill work?','what-is-the-morning-after-pill','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">It prevents or delays ovulation (the release of an egg), reducing the chance of fertilisation and pregnancy after unprotected sex.</span></p>',1,'2025-10-24 22:01:08','2025-11-24 20:36:51'),(8,'App\\Models\\Category',16,'What is hay fever?','what-is-hay-fever','<p style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin: 1.25em 0px; color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">Hay fever, also known as allergic rhinitis, is a common type of allergy that can cause symptoms such as coughing, sneezing, nasal congestion and itchy, red eyes.</p><p style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin: 1.25em 0px; color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">There are two types of hay fever:</p><ul style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 1.25em; margin-bottom: 1.25em; list-style-type: disc; --tw-prose-bullets: \"#3f3f46\",; padding-inline-start: 1.625em; color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\"><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\"><span style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; font-weight: 600 !important;\">Seasonal hay fever</span>: This type of hay fever typically occurs in the spring and summer months when airborne allergens, such as pollen, are more prevalent.</li><li style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; margin-top: 0.5em; margin-bottom: 0.5em; padding-inline-start: 0.375em;\"><span style=\"border: 0px solid rgb(228, 228, 231); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #3b82f680; --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; font-weight: 600 !important;\">Perennial hay fever</span>: This type of hay fever can occur at any time of the year and is usually caused by indoor allergens such as dust mites, mould spores, and/or animal hair.</li></ul>',1,'2025-10-24 22:31:09','2025-11-01 21:56:30'),(9,'App\\Models\\Category',18,'1. What causes genital warts?','what-are-genital-warts','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Genital warts are caused by certain strains of the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">human papillomavirus (HPV)</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">transmitted through sexual contact.</span></p>',1,'2025-10-24 22:44:53','2025-11-24 22:48:14'),(10,'App\\Models\\Category',24,'1. How do weight loss injections like Wegovy and Mounjaro work?','what-is-the-best-treatment-for-weight-loss','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">They mimic natural hormones that regulate appetite and fullness, helping you eat less and feel satisfied sooner.</span></p>',1,'2025-10-29 19:47:09','2025-11-24 20:46:42'),(11,'App\\Models\\Category',28,'1. What causes hair loss?','what-causes-hair-loss','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Hair loss can be caused by genetics, hormonal imbalance, stress, illness, or nutrient deficiency. Male and female pattern baldness are the most common types.</span></p>',1,'2025-10-29 20:37:39','2025-11-24 20:23:07'),(12,'App\\Models\\Category',29,'1. What causes acid reflux?','what-is-acid-reflux','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">It occurs when the muscle between the stomach and oesophagus (the lower oesophageal sphincter) relaxes too often, allowing acid to rise upwards.</span></p>',1,'2025-10-29 20:41:30','2025-11-24 20:18:14'),(13,'App\\Models\\Category',1,'1. What is erectile dysfunction (ED)?','frequentlyaskedquestions1','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">ED is when a man has persistent difficulty getting or keeping an erection firm enough for sex. It’s a common condition that can have physical or psychological causes.</span></p>',1,'2025-11-03 21:00:17','2025-11-24 21:56:49'),(14,'App\\Models\\Category',1,'2. What causes ED?','frequentlyaskedquestions2','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">ED may be caused by </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">stress, anxiety, fatigue, or underlying health conditions</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> such as high blood pressure, diabetes, or hormonal imbalances.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-03 21:00:17','2025-11-24 22:58:07'),(15,'App\\Models\\Category',46,'What is eczema?','what-is-eczema','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Eczema (atopic dermatitis) is a chronic skin condition that causes dryness, redness, itching, and inflammation. It’s often triggered by allergens, irritants, or temperature changes.</span></p>',1,'2025-11-04 10:49:22','2025-11-24 19:22:08'),(16,'App\\Models\\Category',46,'2. What are the best treatments for eczema?','what-are-the-symptoms-of-eczema','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Daily use of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">emollients or moisturisers</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> is essential. During flare-ups, your healthcare provider may recommend </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">mild corticosteroid creams</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> to reduce inflammation.</span></p>',1,'2025-11-04 10:52:52','2025-11-24 22:29:35'),(17,'App\\Models\\Category',46,'3. How often should I apply eczema cream?','what-causes-eczema','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Apply moisturiser several times a day, especially after washing or bathing. Steroid creams should only be used as directed by your pharmacist or doctor.</span></p>',1,'2025-11-04 10:52:52','2025-11-24 19:22:08'),(18,'App\\Models\\Category',46,'4. Can I use eczema creams on my face?','what-triggers-eczema','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — but use </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">products formulated for facial use</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> as facial skin is thinner and more sensitive. Avoid strong steroids unless prescribed.</span></p>',1,'2025-11-04 10:52:52','2025-11-24 22:29:35'),(19,'App\\Models\\Category',46,'5. What triggers eczema flare-ups?','what-treatments-are-available-for-eczema','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common triggers include harsh soaps, fragrances, detergents, pet dander, dust mites, stress, and dry air. Identifying and avoiding triggers can help reduce flare-ups.</span></p>',1,'2025-11-04 10:52:52','2025-11-24 19:22:08'),(20,'App\\Models\\Category',49,'1. What SPF should I use daily?','1-what-spf-should-i-use-daily','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">For most people,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">SPF 30 or higher</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">with broad-spectrum UVA and UVB protection is recommended. Use SPF 50 for sensitive or fair skin, or when spending extended time outdoors.</span></h5>',1,'2025-11-24 18:41:26','2025-11-24 18:51:11'),(21,'App\\Models\\Category',49,'2. Do I need sunscreen on cloudy days?','2-do-i-need-sunscreen-on-cloudy-days','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">Yes. Up to 80% of UV rays can pass through clouds, meaning your skin is still at risk of damage even when it’s overcast.</span></h5>',1,'2025-11-24 18:41:26','2025-11-24 18:50:39'),(22,'App\\Models\\Category',49,'3. How much sunscreen should I apply?','3-how-much-sunscreen-should-i-apply','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">Use about</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">2mg per cm²</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">of skin — roughly a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">shot glass (30ml)</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">for the body and a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">teaspoon</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">for the face and neck. Reapply every two hours or after swimming, sweating, or towel drying.</span></h5>',1,'2025-11-24 18:41:26','2025-11-24 18:51:11'),(23,'App\\Models\\Category',49,'4. What does “broad-spectrum” mean?','4-what-does-broad-spectrum-mean','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">Broad-spectrum sunscreens protect against</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">UVA rays</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">(which cause ageing) and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">UVB rays</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">(which cause burning).</span></h5>',1,'2025-11-24 18:41:26','2025-11-24 18:51:11'),(24,'App\\Models\\Category',49,'5. Can sunscreen prevent tanning?','5-can-sunscreen-prevent-tanning','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">Sunscreen reduces skin damage from UV rays but may still allow a light tan to develop. It helps prevent burning and premature ageing.</span></h5>',1,'2025-11-24 18:41:26','2025-11-24 18:50:39'),(25,'App\\Models\\Category',49,'6. What’s the difference between lotion, cream, and spray?','6-whats-the-difference-between-lotion-cream-and-spray','<p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">Lotions:</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">Lightweight, ideal for body use.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">Creams:</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">Thicker, more hydrating — great for dry skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">Sprays:</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\">Convenient, quick, and easy to apply evenly.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:12.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 18:41:26','2025-11-24 18:51:11'),(26,'App\\Models\\Category',49,'7. Is aftersun necessary?','7-is-aftersun-necessary','<h5><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">Aftersun helps</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0);\">soothe, cool, and rehydrate</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:10.5000pt;mso-font-kerning:1.0000pt;\">skin after sun exposure, reducing discomfort and peeling.</span></h5>',1,'2025-11-24 18:41:26','2025-11-24 18:51:11'),(27,'App\\Models\\Category',48,'1. How often should I apply moisturiser?','1-how-often-should-i-apply-moisturiser','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Apply twice daily — once in the morning and again after bathing — to lock in hydration and protect the skin barrier.</span></p>',1,'2025-11-24 18:59:47','2025-11-24 18:59:47'),(28,'App\\Models\\Category',48,'2. What’s the difference between a lotion, cream, and ointment?','2-whats-the-difference-between-a-lotion-cream-and-ointment','<p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Lotion:</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Light texture for quick absorption.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cream:</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Thicker and longer-lasting moisture.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Ointment:</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Rich and protective for very dry or cracked skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 18:59:47','2025-11-24 19:01:50'),(29,'App\\Models\\Category',48,'3. Can I use moisturiser on sensitive skin?','3-can-i-use-moisturiser-on-sensitive-skin','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. Choose</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fragrance-free, hypoallergenic</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">formulations tested for sensitive skin, like Aveeno or E45.</span></p>',1,'2025-11-24 18:59:47','2025-11-24 19:01:50'),(30,'App\\Models\\Category',48,'4. What ingredients should I look for in a good moisturiser?','4-what-ingredients-should-i-look-for-in-a-good-moisturiser','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Look for</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ceramides, urea, glycerin, or colloidal oatmeal</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">— all proven to hydrate and repair dry skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 18:59:47','2025-11-24 19:01:50'),(31,'App\\Models\\Category',48,'5. Can moisturiser help with itching?','5-can-moisturiser-help-with-itching','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes. Regular use relieves mild itching caused by dryness and helps maintain a healthy skin barrier.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 18:59:47','2025-11-24 18:59:47'),(32,'App\\Models\\Category',48,'6. Should I use a separate face moisturiser?','6-should-i-use-a-separate-face-moisturiser','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Facial skin is more delicate, so a non-comedogenic face moisturiser is ideal to avoid clogged pores.</span></p>',1,'2025-11-24 18:59:47','2025-11-24 18:59:47'),(33,'App\\Models\\Category',47,'1. How often should I apply hand cream?','1-how-often-should-i-apply-hand-cream','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Apply after washing your hands and before bed. Regular use helps maintain soft, healthy skin and prevents dryness.</span></p>',1,'2025-11-24 19:17:58','2025-11-24 19:17:58'),(34,'App\\Models\\Category',47,'2. What’s the best hand cream for very dry hands?','2-whats-the-best-hand-cream-for-very-dry-hands','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Look for rich formulas containing</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">glycerin, shea butter, urea, or colloidal oatmeal</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">— these help lock in moisture and repair the skin barrier.</span></p>',1,'2025-11-24 19:17:58','2025-11-24 22:29:07'),(35,'App\\Models\\Category',47,'3. Can I use hand cream on sensitive skin?','3-can-i-use-hand-cream-on-sensitive-skin','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. Choose</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fragrance-free or hypoallergenic</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">products that are dermatologist tested, such as Aveeno Skin Relief.</span></p>',1,'2025-11-24 19:17:58','2025-11-24 22:29:07'),(36,'App\\Models\\Category',47,'4. Will hand cream make my hands greasy?','4-will-hand-cream-make-my-hands-greasy','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Modern formulas absorb quickly. If you prefer a light feel, choose a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">fast-absorbing lotion</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">or apply cream sparingly.</span></p>',1,'2025-11-24 19:17:58','2025-11-24 22:29:07'),(37,'App\\Models\\Category',47,'5. What causes dry hands?','5-what-causes-dry-hands','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Frequent handwashing, cold weather, and harsh cleaning products can dry out the skin. Regular moisturising helps restore its natural protection.</span></p>',1,'2025-11-24 19:17:58','2025-11-24 19:17:58'),(38,'App\\Models\\Category',47,'6. Can I use hand cream on cracked skin?','6-can-i-use-hand-cream-on-cracked-skin','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes, but start with a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">repair cream</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">or</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">intensive barrier formula</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and avoid fragranced products until healed.</span></p>',1,'2025-11-24 19:17:58','2025-11-24 22:29:07'),(39,'App\\Models\\Category',46,'6. Is eczema contagious?','6-is-eczema-contagious','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">No. Eczema is </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">not infectious</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and cannot be spread from person to person.</span></p>',1,'2025-11-24 19:22:08','2025-11-24 22:29:35'),(40,'App\\Models\\Category',46,'7. What’s the difference between emollients, creams, and ointments?','7-whats-the-difference-between-emollients-creams-and-ointments','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Emollients:</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> Soften and hydrate the skin barrier.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Creams:</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> Lighter and easy to apply during the day.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Ointments:</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> Greasier but provide longer-lasting moisture for very dry skin.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:22:08','2025-11-24 22:29:35'),(41,'App\\Models\\Category',46,'8. Can eczema be cured?','8-can-eczema-be-cured','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While there’s </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">no permanent cure</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, effective treatment and regular skin care can significantly reduce symptoms and help prevent flare-ups</span></p>',1,'2025-11-24 19:22:08','2025-11-24 22:29:35'),(42,'App\\Models\\Category',45,'1. What causes acne?','1-what-causes-acne','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Acne occurs when hair follicles become blocked with oil and dead skin cells. Hormonal changes, stress, and certain skincare products can make it worse.</span></p>',1,'2025-11-24 19:25:28','2025-11-24 19:25:28'),(43,'App\\Models\\Category',45,'2. How do acne treatments work?','2-how-do-acne-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Prescription creams and gels like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Epiduo</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Differin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> help regulate skin cell turnover, reduce oil production, and kill acne-causing bacteria.</span></p>',1,'2025-11-24 19:25:28','2025-11-24 22:30:15'),(44,'App\\Models\\Category',45,'3. How long does it take to see results?','3-how-long-does-it-take-to-see-results','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most people notice visible improvement within 4–8 weeks of consistent use. It’s important to continue treatment even if acne initially worsens slightly.</span></p>',1,'2025-11-24 19:25:28','2025-11-24 19:25:28'),(45,'App\\Models\\Category',45,'4. Can I use acne treatments with other skincare products?','4-can-i-use-acne-treatments-with-other-skincare-products','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes, but avoid harsh cleansers or exfoliants that may irritate the skin. Use a gentle cleanser and non-comedogenic moisturiser alongside treatment.</span></p>',1,'2025-11-24 19:25:28','2025-11-24 19:25:28'),(46,'App\\Models\\Category',45,'5. Are prescription acne treatments safe?','5-are-prescription-acne-treatments-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes. All treatments on </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and clinically tested for safety and effectiveness. Always follow medical guidance provided during your consultation.</span></p>',1,'2025-11-24 19:25:28','2025-11-24 22:30:15'),(47,'App\\Models\\Category',45,'6. When should I see a dermatologist or GP?','6-when-should-i-see-a-dermatologist-or-gp','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If your acne is severe, causes scarring, or doesn’t improve after several months of treatment, seek further medical advice.</span></p>',1,'2025-11-24 19:25:28','2025-11-24 19:25:28'),(48,'App\\Models\\Category',43,'1. What is malaria and how is it transmitted?','1-what-is-malaria-and-how-is-it-transmitted','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Malaria is caused by</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><i><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Plasmodium</span></i><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">parasites transmitted through mosquito bites. The parasites enter the bloodstream and infect red blood cells, leading to fever and other symptoms.</span></p>',1,'2025-11-24 19:35:33','2025-11-24 22:31:10'),(49,'App\\Models\\Category',43,'2. How do anti-malaria tablets work?','2-how-do-anti-malaria-tablets-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">They prevent malaria parasites from developing in the blood, protecting you from infection when bitten by infected mosquitoes.</span></p>',1,'2025-11-24 19:35:33','2025-11-24 19:35:33'),(50,'App\\Models\\Category',43,'3. When should I start taking anti-malaria medication?','3-when-should-i-start-taking-anti-malaria-medication','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most tablets should be started</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1–2 days before travel</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and continued</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">for up to 7 days after leaving</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">the malaria-risk area (depending on the medicine).</span></p>',1,'2025-11-24 19:35:33','2025-11-24 22:31:10'),(51,'App\\Models\\Category',43,'4. What are the most common anti-malaria tablets?','4-what-are-the-most-common-anti-malaria-tablets','<p class=\"MsoNormal\"><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Malarone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Lariam</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">,</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Doxycycline</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Atovaquone/Proguanil</span></b><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">are widely used. The best choice depends on your destination, trip length, and medical history.</span></p>',1,'2025-11-24 19:35:33','2025-11-24 22:31:10'),(52,'App\\Models\\Category',43,'5. Are there side effects?','5-are-there-side-effects','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Mild side effects such as nausea or dizziness can occur but are usually short-lived. Taking the tablets with food or at the same time each day helps reduce this.</span></p>',1,'2025-11-24 19:35:33','2025-11-24 19:35:33'),(53,'App\\Models\\Category',43,'6. How do I check which malaria tablet I need?','6-how-do-i-check-which-malaria-tablet-i-need','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Visit the</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><a href=\"https://www.fitfortravel.nhs.uk/\"><u><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 255); font-size: 16pt;\">NHS Fit for Travel</span></u></a><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">or</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><a href=\"https://www.travelhealthpro.org.uk/\"><u><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 255); font-size: 16pt;\">TravelHealthPro</span></u></a><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">websites for destination-specific advice, or start a consultation to receive tailored guidance.</span></p>',1,'2025-11-24 19:35:33','2025-11-24 22:31:10'),(54,'App\\Models\\Category',42,'1. What is IBS?','1-what-is-ibs','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Irritable Bowel Syndrome (IBS) is a long-term condition that affects the digestive system, causing abdominal pain, bloating, and changes in bowel movements.</span></p>',1,'2025-11-24 19:38:17','2025-11-24 19:38:17'),(55,'App\\Models\\Category',42,'2. What causes IBS?','2-what-causes-ibs','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">While the exact cause is unclear, IBS may be triggered by food intolerances, stress, hormones, or gut sensitivity.</span></p>',1,'2025-11-24 19:38:17','2025-11-24 19:38:17'),(56,'App\\Models\\Category',42,'3. How can I manage IBS symptoms?','3-how-can-i-manage-ibs-symptoms','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Avoid trigger foods, eat smaller regular meals, manage stress, and use suitable medications such as antispasmodics or peppermint oil capsules.</span></p>',1,'2025-11-24 19:38:17','2025-11-24 19:38:17'),(57,'App\\Models\\Category',42,'4. Are IBS treatments safe for long-term use?','4-are-ibs-treatments-safe-for-long-term-use','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — most treatments such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Buscopan</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> or </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">peppermint oil</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can be used safely as needed. Always follow instructions and speak to a pharmacist if symptoms persist.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:38:17','2025-11-24 19:41:44'),(58,'App\\Models\\Category',42,'5. When should I see a doctor?','5-when-should-i-see-a-doctor','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you experience unexplained weight loss, bleeding, or persistent pain, speak to your GP to rule out other causes.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:38:17','2025-11-24 19:38:17'),(59,'App\\Models\\Category',42,'6. Can diet changes help IBS?','6-can-diet-changes-help-ibs','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — a </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">low FODMAP diet</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, avoiding foods like onions, beans, and artificial sweeteners, can help reduce bloating and gas.</span></p>',1,'2025-11-24 19:38:17','2025-11-24 19:41:44'),(60,'App\\Models\\Category',41,'1. What causes diarrhoea?','1-what-causes-diarrhoea','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">It can be caused by infection, food intolerance, stress, or a sudden change in diet. Traveller’s diarrhoea may occur after eating contaminated food or drinking unsafe water.</span></p>',1,'2025-11-24 19:41:15','2025-11-24 19:41:15'),(61,'App\\Models\\Category',41,'2. How do diarrhoea treatments work?','2-how-do-diarrhoea-treatments-work','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Medicines like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">loperamide</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">slow bowel movement to reduce frequency, while</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">oral rehydration salts</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">replace lost fluids and minerals.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:41:15','2025-11-24 22:32:23'),(62,'App\\Models\\Category',41,'3. When should I see a doctor?','3-when-should-i-see-a-doctor','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">If symptoms last more than seven days, contain blood, or are accompanied by high fever, severe pain, or dehydration, consult your GP.</span></p>',1,'2025-11-24 19:41:15','2025-11-24 19:41:15'),(63,'App\\Models\\Category',41,'4. Can I take diarrhoea treatments while travelling?','4-can-i-take-diarrhoea-treatments-while-travelling','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. Diarrhoea medicines and rehydration salts are essential for travel first-aid kits and can be taken at the first sign of symptoms.</span></p>',1,'2025-11-24 19:41:15','2025-11-24 19:41:15'),(64,'App\\Models\\Category',41,'5. Are these treatments suitable for everyone?','5-are-these-treatments-suitable-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most adults can use them safely. However, some products may not be suitable for children, pregnant women, or people with specific health conditions. Always read the patient information leaflet before use.</span></p>',1,'2025-11-24 19:41:15','2025-11-24 19:41:15'),(65,'App\\Models\\Category',40,'1. What causes constipation?','1-what-causes-constipation','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Constipation can result from dehydration, a low-fibre diet, stress, lack of exercise, or certain medicines.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:44:01','2025-11-24 19:44:01'),(66,'App\\Models\\Category',40,'2. How do constipation treatments work?','2-how-do-constipation-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Laxatives such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Dulcolax</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">stimulate bowel movement, while</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fybogel</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">adds fibre bulk and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Movicol</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">draws water into the bowel to soften stools.</span></p>',1,'2025-11-24 19:44:01','2025-11-24 22:32:58'),(67,'App\\Models\\Category',40,'3. How quickly do constipation treatments work?','3-how-quickly-do-constipation-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">It depends on the product. Some work within hours, while others take one to two days for full effect.</span></p>',1,'2025-11-24 19:44:01','2025-11-24 19:44:01'),(68,'App\\Models\\Category',40,'4. Are these treatments suitable for long-term use?','4-are-these-treatments-suitable-for-long-term-use','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most are for short-term relief. For chronic constipation, speak to your GP or pharmacist before continued use.</span></p>',1,'2025-11-24 19:44:01','2025-11-24 19:44:01'),(69,'App\\Models\\Category',40,'5. Can I take these treatments during pregnancy?','5-can-i-take-these-treatments-during-pregnancy','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Some laxatives, such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fybogel</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">or</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">lactulose</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, are safe during pregnancy. Always consult your GP or pharmacist before taking any medication.</span></p>',1,'2025-11-24 19:44:01','2025-11-24 22:32:58'),(70,'App\\Models\\Category',39,'1. How do home testing kits work?','1-how-do-home-testing-kits-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most kits use a small blood, urine, or saliva sample to detect biomarkers such as hormones, antibodies, or nutrient levels. Results are typically available within minutes.</span></p>',1,'2025-11-24 19:46:27','2025-11-24 19:46:27'),(71,'App\\Models\\Category',39,'2. Are home testing kits accurate?','2-are-home-testing-kits-accurate','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — all the kits we supply are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically validated</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and tested for reliability. For ongoing or unclear results, follow up with your GP for confirmation.</span></p>',1,'2025-11-24 19:46:27','2025-11-24 22:33:43'),(72,'App\\Models\\Category',39,'3. What types of health tests are available?','3-what-types-of-health-tests-are-available','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">We offer kits for pregnancy, ovulation, menopause, cholesterol, iron deficiency, thyroid, and infection screening.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:46:27','2025-11-24 19:46:27'),(73,'App\\Models\\Category',39,'4. Do I need special equipment?','4-do-i-need-special-equipment','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">No. Each kit includes everything you need to perform the test safely at home, along with easy-to-follow instructions.</span></p>',1,'2025-11-24 19:46:27','2025-11-24 19:46:27'),(74,'App\\Models\\Category',39,'5. Are the results private?','5-are-the-results-private','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — all tests are carried out privately at home, and your results remain completely confidential.</span></p>',1,'2025-11-24 19:46:27','2025-11-24 19:46:27'),(75,'App\\Models\\Category',38,'1. What are scabies and pubic lice?','1-what-are-scabies-and-pubic-lice','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Scabies is caused by mites that burrow under the skin, while pubic lice are small insects that live in coarse body hair. Both cause itching and irritation.</span></p>',1,'2025-11-24 19:49:18','2025-11-24 19:49:18'),(76,'App\\Models\\Category',38,'2. How are these conditions spread?','2-how-are-these-conditions-spread','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">They are transmitted mainly through close skin contact or sharing clothing, bedding, or towels.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:49:18','2025-11-24 19:49:18'),(77,'App\\Models\\Category',38,'3. How do scabies and lice treatments work?','3-how-do-scabies-and-lice-treatments-work','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Topical treatments such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">permethrin</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">or</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">malathion</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">kill both adult parasites and their eggs. Some products require a second application after 7 days.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:49:18','2025-11-24 22:34:21'),(78,'App\\Models\\Category',38,'4. Can these treatments be used by everyone?','4-can-these-treatments-be-used-by-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most adults can safely use them, but they may not be suitable for infants or those with certain skin conditions. Always read the patient information leaflet before use.</span></p>',1,'2025-11-24 19:49:18','2025-11-24 19:49:18'),(79,'App\\Models\\Category',38,'5. How can I prevent reinfection?','5-how-can-i-prevent-reinfection','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Wash all clothing, bedding, and towels in hot water and avoid close contact until treatment is complete.</span></p>',1,'2025-11-24 19:49:18','2025-11-24 19:49:18'),(80,'App\\Models\\Category',38,'6. How long does it take for the itching to stop?','6-how-long-does-it-take-for-the-itching-to-stop','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Itching may continue for up to two weeks after treatment as the skin heals. Moisturising and soothing creams can help relieve irritation.</span></p>',1,'2025-11-24 19:49:18','2025-11-24 19:49:18'),(81,'App\\Models\\Category',37,'1. What are haemorrhoids (piles)?','1-what-are-haemorrhoids-piles','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Haemorrhoids are swollen blood vessels inside or around the anus that can cause itching, pain, and sometimes bleeding.</span></p>',1,'2025-11-24 19:51:56','2025-11-24 19:51:56'),(82,'App\\Models\\Category',37,'2. What causes piles?','2-what-causes-piles','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Common causes include straining during bowel movements, pregnancy, chronic constipation, or sitting for long periods.</span></p>',1,'2025-11-24 19:51:56','2025-11-24 19:51:56'),(83,'App\\Models\\Category',37,'3. How do haemorrhoid treatments work?','3-how-do-haemorrhoid-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Creams and ointments like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Anusol</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">contain ingredients that reduce inflammation and soothe irritation, while suppositories provide internal relief.</span></p>',1,'2025-11-24 19:51:56','2025-11-24 22:34:57'),(84,'App\\Models\\Category',37,'4. How long does it take for piles to heal?','4-how-long-does-it-take-for-piles-to-heal','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Mild haemorrhoids often improve within a few days of treatment, while more persistent cases may take one to two weeks.</span></p>',1,'2025-11-24 19:51:56','2025-11-24 19:51:56'),(85,'App\\Models\\Category',37,'5. Can I prevent haemorrhoids?','5-can-i-prevent-haemorrhoids','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — maintain a high-fibre diet, stay hydrated, and avoid straining during bowel movements to help prevent recurrence.</span></p>',1,'2025-11-24 19:51:56','2025-11-24 19:51:56'),(86,'App\\Models\\Category',37,'6. Are haemorrhoid treatments safe for everyone?','6-are-haemorrhoid-treatments-safe-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most are suitable for adults, but some may not be appropriate during pregnancy. Always read the patient information leaflet or speak to a pharmacist before use.</span></p>',1,'2025-11-24 19:51:56','2025-11-24 19:51:56'),(87,'App\\Models\\Category',35,'1. What causes dry or itchy eyes?','1-what-causes-dry-or-itchy-eyes','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common causes include allergies, ageing, environmental irritants, and prolonged screen use, all of which can reduce tear quality or increase eye strain.</span></p>',1,'2025-11-24 19:54:18','2025-11-24 19:54:18'),(88,'App\\Models\\Category',35,'2. How can I treat dry eyes?','2-how-can-i-treat-dry-eyes','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Lubricating eye drops and gels restore moisture and relieve discomfort. Using a humidifier or taking regular breaks from screens can also help.</span></p>',1,'2025-11-24 19:54:18','2025-11-24 19:54:18'),(89,'App\\Models\\Category',35,'3. Are allergy eye drops safe for long-term use?','3-are-allergy-eye-drops-safe-for-long-term-use','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Antihistamine drops can be used safely for short-term relief during allergy seasons. Always follow the instructions on the product or consult a pharmacist.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 19:54:18','2025-11-24 19:54:18'),(90,'App\\Models\\Category',35,'4. Can I use eye drops with contact lenses?','4-can-i-use-eye-drops-with-contact-lenses','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Some eye drops are formulated specifically for contact lens wearers. Check the label or use preservative-free formulations such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Hycosan</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span></p>',1,'2025-11-24 19:54:18','2025-11-24 22:35:32'),(91,'App\\Models\\Category',35,'5. When should I see a doctor?','5-when-should-i-see-a-doctor','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If symptoms persist, vision becomes blurred, or eyes become painful or red, seek medical advice promptly.</span></p>',1,'2025-11-24 19:54:18','2025-11-24 19:54:18'),(92,'App\\Models\\Category',33,'1. What causes ear wax build-up?','1-what-causes-ear-wax-build-up','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Ear wax helps protect the ear canal, but excess can form due to narrow ear canals, ageing, or frequent earplug or hearing aid use.</span></p>',1,'2025-11-24 20:01:16','2025-11-24 20:01:16'),(93,'App\\Models\\Category',33,'2. How can I safely remove ear wax?','2-how-can-i-safely-remove-ear-wax','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Use ear drops or sprays to soften the wax naturally. Avoid inserting objects like cotton buds, as they can push wax deeper.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:01:16','2025-11-24 20:01:16'),(94,'App\\Models\\Category',33,'3. What are the symptoms of an ear infection?','3-what-are-the-symptoms-of-an-ear-infection','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common symptoms include ear pain, pressure, reduced hearing, or discharge. If symptoms persist, consult a GP.</span></p>',1,'2025-11-24 20:01:16','2025-11-24 20:01:16'),(95,'App\\Models\\Category',33,'4. Can children use ear drops?','4-can-children-use-ear-drops','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes, but always check the label — some formulations are suitable for adults only. Your pharmacist can advise on safe options.</span></p>',1,'2025-11-24 20:01:16','2025-11-24 20:01:16'),(96,'App\\Models\\Category',33,'5. When should I seek medical help?','5-when-should-i-seek-medical-help','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you experience hearing loss, severe pain, dizziness, or discharge that lasts more than a few days, speak to your GP promptly.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:01:16','2025-11-24 20:01:16'),(97,'App\\Models\\Category',30,'1. What causes fungal infections?','1-what-causes-fungal-infections','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Fungal infections develop when naturally occurring fungi multiply excessively on the skin, nails, or inside the body. Warm, moist environments help fungi grow.</span></p>',1,'2025-11-24 20:04:57','2025-11-24 20:04:57'),(98,'App\\Models\\Category',30,'2. What are the most common types of fungal infections?','2-what-are-the-most-common-types-of-fungal-infections','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common infections include athlete’s foot, ringworm, nail fungus, and thrush (oral or vaginal).</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:04:57','2025-11-24 20:04:57'),(99,'App\\Models\\Category',30,'3. How do antifungal treatments work?','3-how-do-antifungal-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Antifungal creams and sprays work by destroying fungal cells or preventing them from multiplying, relieving symptoms and halting the spread.</span></p>',1,'2025-11-24 20:04:57','2025-11-24 20:04:57'),(100,'App\\Models\\Category',30,'4. How long do antifungal treatments take to work?','4-how-long-do-antifungal-treatments-take-to-work','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most mild infections begin to improve within a few days of treatment. Persistent or widespread infections may require longer use or oral medication.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:04:57','2025-11-24 20:04:57'),(101,'App\\Models\\Category',30,'5. Are antifungal treatments safe for everyone?','5-are-antifungal-treatments-safe-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most are suitable for adults and children, but always check the product label, especially during pregnancy or if you have allergies or sensitive skin.</span></p>',1,'2025-11-24 20:04:57','2025-11-24 20:04:57'),(102,'App\\Models\\Category',30,'6. Can I prevent fungal infections?','6-can-i-prevent-fungal-infections','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — keep skin clean and dry, avoid sharing towels or footwear, and wear breathable fabrics to prevent recurrence.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:04:57','2025-11-24 20:04:57'),(103,'App\\Models\\Category',34,'1. Why should I use home electrical health devices?','1-why-should-i-use-home-electrical-health-devices','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Home-use devices such as thermometers and blood pressure monitors allow you to track key health indicators easily, supporting early detection and ongoing wellbeing.</span></p>',1,'2025-11-24 20:08:05','2025-11-24 20:08:05'),(104,'App\\Models\\Category',34,'2. Are these devices accurate?','2-are-these-devices-accurate','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — all electrical products available at </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are clinically validated and tested for accuracy according to UK medical standards.</span></p>',1,'2025-11-24 20:08:05','2025-11-24 22:37:27'),(105,'App\\Models\\Category',34,'3. How often should I check my blood pressure?','3-how-often-should-i-check-my-blood-pressure','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">It depends on your health status. Your GP or pharmacist can recommend an appropriate monitoring schedule.</span></p>',1,'2025-11-24 20:08:05','2025-11-24 20:08:05'),(106,'App\\Models\\Category',34,'4. Are these devices easy to use?','4-are-these-devices-easy-to-use','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — most are designed for at-home use, featuring one-touch operation, clear displays, and automatic calibration.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:08:05','2025-11-24 20:08:05'),(107,'App\\Models\\Category',34,'5. Can I use these products alongside my medical treatment?','5-can-i-use-these-products-alongside-my-medical-treatment','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes, but they are intended to support — not replace — medical advice. Always consult your GP if you notice unusual readings.</span></p>',1,'2025-11-24 20:08:05','2025-11-24 20:08:05'),(108,'App\\Models\\Category',32,'1. What are diabetes monitoring devices used for?','1-what-are-diabetes-monitoring-devices-used-for','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">They help measure blood glucose levels at home, allowing you to monitor your condition and manage diet, exercise, and medication safely.</span></p>',1,'2025-11-24 20:10:30','2025-11-24 20:10:30'),(109,'App\\Models\\Category',32,'2. How often should I test my blood sugar?','2-how-often-should-i-test-my-blood-sugar','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">This varies depending on the type of diabetes and treatment plan. Your doctor or diabetes nurse will advise how often you should check.</span></p>',1,'2025-11-24 20:10:30','2025-11-24 20:10:30'),(110,'App\\Models\\Category',32,'3. Are home blood glucose monitors accurate?','3-are-home-blood-glucose-monitors-accurate','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — all our devices are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and clinically validated for reliability when used according to manufacturer instructions.</span></p>',1,'2025-11-24 20:10:30','2025-11-24 22:38:10'),(111,'App\\Models\\Category',32,'4. What’s the difference between Type 1 and Type 2 diabetes?','4-whats-the-difference-between-type-1-and-type-2-diabetes','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Type 1 occurs when the body stops producing insulin; Type 2 happens when the body becomes resistant to insulin or produces too little of it.</span></p>',1,'2025-11-24 20:10:30','2025-11-24 20:10:30'),(112,'App\\Models\\Category',32,'5. Do I need a prescription for glucose monitors or test strips?','5-do-i-need-a-prescription-for-glucose-monitors-or-test-strips','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most devices and accessories are available without a prescription and can be ordered online from trusted pharmacies such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span></p>',1,'2025-11-24 20:10:30','2025-11-24 22:38:10'),(113,'App\\Models\\Category',32,'6. Can diet and exercise affect blood sugar readings?','6-can-diet-and-exercise-affect-blood-sugar-readings','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — eating habits, activity level, and stress can all impact blood glucose levels, so regular monitoring is key to managing diabetes effectively.</span></p>',1,'2025-11-24 20:10:30','2025-11-24 20:10:30'),(114,'App\\Models\\Category',31,'1. What’s the difference between a cold and the flu?','1-whats-the-difference-between-a-cold-and-the-flu','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">A cold typically causes mild symptoms such as a runny nose or sore throat, while flu appears suddenly with fever, fatigue, and muscle aches.</span></p>',1,'2025-11-24 20:13:09','2025-11-24 20:13:09'),(115,'App\\Models\\Category',31,'2. How do cold and flu medicines work?','2-how-do-cold-and-flu-medicines-work','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">These medicines target specific symptoms — </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">paracetamol</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> reduces fever and pain, </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">decongestants</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> clear nasal passages, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">cough syrups</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> soothe throat irritation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:13:09','2025-11-24 22:39:04'),(116,'App\\Models\\Category',31,'3. Can I take more than one cold or flu treatment at once?','3-can-i-take-more-than-one-cold-or-flu-treatment-at-once','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Check the ingredients before combining treatments, as many contain </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">paracetamol</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Consult a pharmacist if you’re unsure.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:13:09','2025-11-24 22:39:04'),(117,'App\\Models\\Category',31,'4. How long do cold and flu symptoms last?','4-how-long-do-cold-and-flu-symptoms-last','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most people recover within </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">7–10 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. If symptoms persist beyond two weeks or worsen, seek medical advice.</span></p>',1,'2025-11-24 20:13:09','2025-11-24 22:39:04'),(118,'App\\Models\\Category',31,'5. Are cold and flu medicines safe during pregnancy?','5-are-cold-and-flu-medicines-safe-during-pregnancy','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Some medicines are not suitable during pregnancy or breastfeeding. Always read the leaflet or speak to a healthcare professional before use.</span></p>',1,'2025-11-24 20:13:09','2025-11-24 20:13:09'),(119,'App\\Models\\Category',31,'6. How can I avoid catching colds or flu?','6-how-can-i-avoid-catching-colds-or-flu','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Wash your hands regularly, maintain a healthy diet, and get the </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">annual flu vaccine</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> for added protection.</span></p>',1,'2025-11-24 20:13:09','2025-11-24 22:39:04'),(120,'App\\Models\\Category',36,'1. What causes fungal nail infections?','1-what-causes-fungal-nail-infections','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">They’re caused by fungal organisms (dermatophytes) that thrive in warm, moist environments such as shoes, locker rooms, or swimming pools.</span></p>',1,'2025-11-24 20:15:33','2025-11-24 20:15:33'),(121,'App\\Models\\Category',36,'2. What are the symptoms of a fungal nail infection?','2-what-are-the-symptoms-of-a-fungal-nail-infection','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Common signs include thickened, brittle, yellow or white nails, and in some cases, pain or separation of the nail from the nail bed.</span></p>',1,'2025-11-24 20:15:33','2025-11-24 20:15:33'),(122,'App\\Models\\Category',36,'3. How do antifungal nail treatments work?','3-how-do-antifungal-nail-treatments-work','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Lacquers like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Curanail</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Loceryl</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">contain</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">amorolfine hydrochloride</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, which disrupts the fungus’s ability to grow, gradually clearing the infection as the nail regrows.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:15:33','2025-11-24 22:39:38'),(123,'App\\Models\\Category',36,'4. How long does treatment take?','4-how-long-does-treatment-take','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">It can take several months for the infection to fully clear and healthy nails to regrow. Consistent weekly application is key for best results.</span></p>',1,'2025-11-24 20:15:33','2025-11-24 20:15:33'),(124,'App\\Models\\Category',36,'5. Can I prevent fungal nail infections?','5-can-i-prevent-fungal-nail-infections','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — keep feet dry, change socks daily, avoid sharing nail tools, and use antifungal sprays or powders in shoes.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:15:33','2025-11-24 20:15:33'),(125,'App\\Models\\Category',36,'6. When should I see a doctor?','6-when-should-i-see-a-doctor','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">If your infection is severe, painful, or spreading, or if you have diabetes or poor circulation, seek medical advice before using over-the-counter treatments.</span></p>',1,'2025-11-24 20:15:33','2025-11-24 20:15:33'),(126,'App\\Models\\Category',29,'2. What are the symptoms of acid reflux?','2-what-are-the-symptoms-of-acid-reflux','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common symptoms include heartburn (a burning sensation in the chest), regurgitation, bloating, or an acidic taste in the mouth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:18:14','2025-11-24 20:18:14'),(127,'App\\Models\\Category',29,'3. How do acid reflux treatments work?','3-how-do-acid-reflux-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Proton pump inhibitors (PPIs) such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">omeprazole</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">lansoprazole</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">reduce the amount of acid produced in the stomach, providing long-lasting relief.</span></p>',1,'2025-11-24 20:18:14','2025-11-24 22:40:13'),(128,'App\\Models\\Category',29,'4. How long do PPIs take to work?','4-how-long-do-ppis-take-to-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">They typically start relieving symptoms within 1–2 days, with full effects after several days of consistent use.</span></p>',1,'2025-11-24 20:18:14','2025-11-24 20:18:14'),(129,'App\\Models\\Category',29,'5. Can I take PPIs with other medications?','5-can-i-take-ppis-with-other-medications','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Some medicines may interact with PPIs. Always read the leaflet or speak to a healthcare professional before use.</span></p>',1,'2025-11-24 20:18:14','2025-11-24 20:18:14'),(130,'App\\Models\\Category',29,'6. When should I see a doctor?','6-when-should-i-see-a-doctor','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">If symptoms persist for more than 4 weeks, or you experience difficulty swallowing, vomiting, or unintentional weight loss, seek medical advice.</span></p>',1,'2025-11-24 20:18:14','2025-11-24 20:18:14'),(131,'App\\Models\\Category',28,'2. How do hair loss treatments work?','2-how-do-hair-loss-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Topical treatments like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Minoxidil</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">stimulate blood flow to hair follicles, while oral treatments such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Finasteride</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">block the hormone responsible for male pattern hair loss.</span></p>',1,'2025-11-24 20:23:07','2025-11-24 22:40:48'),(132,'App\\Models\\Category',28,'3. How long before I see results?','3-how-long-before-i-see-results','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Visible improvement is usually seen after</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">3–6 months</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">of consistent use. Continued treatment is necessary to maintain results.</span></p>',1,'2025-11-24 20:23:07','2025-11-24 22:40:48'),(133,'App\\Models\\Category',28,'4. Can women use the same products as men?','4-can-women-use-the-same-products-as-men','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Some treatments are gender-specific. Always choose a formula designed for your gender to ensure safety and effectiveness.</span></p>',1,'2025-11-24 20:23:07','2025-11-24 20:23:07'),(134,'App\\Models\\Category',28,'5. Are there side effects?','5-are-there-side-effects','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Mild irritation or itching at the application site can occur. Always follow product instructions and contact a healthcare professional if symptoms persist.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:23:07','2025-11-24 20:23:07'),(135,'App\\Models\\Category',28,'6. What happens if I stop treatment?','6-what-happens-if-i-stop-treatment','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Hair loss may resume once treatment is discontinued. Ongoing use helps sustain results and prevent regression.</span></p>',1,'2025-11-24 20:23:07','2025-11-24 20:23:07'),(136,'App\\Models\\Category',27,'1. What does feminine care include?','1-what-does-feminine-care-include','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Feminine care covers a range of women’s health products — from contraception and pregnancy tests to menstrual products and intimate care solutions.</span></p>',1,'2025-11-24 20:25:43','2025-11-24 20:25:43'),(137,'App\\Models\\Category',27,'2. Is it safe to order feminine care products online?','2-is-it-safe-to-order-feminine-care-products-online','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes, when ordering from </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, all medicines and medical devices are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and dispensed by qualified pharmacists.</span></p>',1,'2025-11-24 20:25:43','2025-11-24 22:41:25'),(138,'App\\Models\\Category',27,'3. How soon can I get emergency contraception?','3-how-soon-can-i-get-emergency-contraception','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Emergency contraceptive pills such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ellaOne</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Levonelle</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are most effective when taken as soon as possible — ideally within 24 hours.</span></p>',1,'2025-11-24 20:25:43','2025-11-24 22:41:25'),(139,'App\\Models\\Category',27,'4. Can I delay my period safely?','4-can-i-delay-my-period-safely','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes,  prescription treatments like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Norethisterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can be used to safely postpone your period under pharmacist guidance.</span></p>',1,'2025-11-24 20:25:43','2025-11-24 22:41:25'),(140,'App\\Models\\Category',27,'5. Are pregnancy tests reliable?','5-are-pregnancy-tests-reliable','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes ,  home pregnancy tests like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Clearblue</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are over 99% accurate when used from the day your period is due.</span></p>',1,'2025-11-24 20:25:43','2025-11-24 22:41:25'),(141,'App\\Models\\Category',27,'6. Are menstrual cups safe to use?','6-are-menstrual-cups-safe-to-use','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes , menstrual cups are made from medical-grade silicone and are reusable, hygienic, and environmentally friendly.</span></p>',1,'2025-11-24 20:25:43','2025-11-24 20:25:43'),(142,'App\\Models\\Category',26,'1. What’s the difference between combined and mini pills?','1-whats-the-difference-between-combined-and-mini-pills','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Combined pills contain both</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">oestrogen</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">progesterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, while mini pills only contain</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">progesterone</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, making them suitable for women who can’t take oestrogen.</span></p>',1,'2025-11-24 20:29:29','2025-11-24 22:41:59'),(143,'App\\Models\\Category',26,'2. How effective is the contraceptive pill?','2-how-effective-is-the-contraceptive-pill','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">When taken correctly at the same time every day, the contraceptive pill is</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">over 99% effective</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">at preventing pregnancy.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:29:29','2025-11-24 22:41:59'),(144,'App\\Models\\Category',26,'3. Can I take the pill if I’m breastfeeding?','3-can-i-take-the-pill-if-im-breastfeeding','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes —</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">progestogen-only pills (POPs)</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cerazette</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">are safe for use while breastfeeding.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:29:29','2025-11-24 22:41:59'),(145,'App\\Models\\Category',26,'4. What are the side effects of contraceptive pills?','4-what-are-the-side-effects-of-contraceptive-pills','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Some people may experience mild side effects such as nausea, breast tenderness, or mood changes, which usually settle after a few months.</span></p>',1,'2025-11-24 20:29:29','2025-11-24 20:29:29'),(146,'App\\Models\\Category',26,'5. Can the pill help with acne or period pain?','5-can-the-pill-help-with-acne-or-period-pain','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — some combined pills such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Yasmin</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Dianette</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">can help regulate hormones, reducing acne and period discomfort.</span></p>',1,'2025-11-24 20:29:29','2025-11-24 22:41:59'),(147,'App\\Models\\Category',26,'6. What if I forget to take my pill?','6-what-if-i-forget-to-take-my-pill','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">If you miss a pill, follow the instructions in the patient leaflet. Missing doses may reduce effectiveness, so use additional contraception if unsure.</span></p>',1,'2025-11-24 20:29:29','2025-11-24 20:29:29'),(148,'App\\Models\\Category',12,'2. How soon should I take the pill?','2-how-soon-should-i-take-the-pill','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">The sooner you take it, the better.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\nfont-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; font-size: 16pt;\">ellaOne</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">: within 120 hours (5 days).</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"p\" style=\"margin-left:36.0000pt;text-indent:-18.0000pt;tab-stops:left blank 36.0000pt ;\r\nmso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'等线 Light\';mso-bidi-font-family:Calibri;\r\nfont-weight:bold;font-size:10.0000pt;\">· </span><!--[endif]--><b><span class=\"15\" style=\"font-family: Calibri; font-size: 16pt;\">Levonelle</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">: within 72 hours (3 days).</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:36:51','2025-11-24 22:42:41'),(149,'App\\Models\\Category',12,'3. Is the morning-after pill the same as an abortion pill?','3-is-the-morning-after-pill-the-same-as-an-abortion-pill','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">No. Emergency contraception prevents pregnancy — it does not terminate an existing one.</span></p>',1,'2025-11-24 20:36:51','2025-11-24 20:36:51'),(150,'App\\Models\\Category',12,'4. Can I use the emergency pill regularly?','4-can-i-use-the-emergency-pill-regularly','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">It’s intended for occasional use. If you need ongoing protection, consider a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; font-size: 16pt;\">daily contraceptive pill</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">or</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; font-size: 16pt;\">long-term birth control option</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">.</span></p>',1,'2025-11-24 20:36:51','2025-11-24 22:42:41'),(151,'App\\Models\\Category',12,'5. Are there any side effects?','5-are-there-any-side-effects','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">You may experience mild side effects such as nausea, headache, or changes in your next period. These are temporary and usually mild.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:36:51','2025-11-24 20:36:51'),(152,'App\\Models\\Category',12,'6. What if I vomit after taking the pill?','6-what-if-i-vomit-after-taking-the-pill','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you vomit within 3 hours of taking the pill, you’ll need another dose — contact our pharmacy team for advice.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\nfont-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:36:51','2025-11-24 20:36:51'),(153,'App\\Models\\Category',12,'7. Where can I find reliable travel or contraceptive advice?','7-where-can-i-find-reliable-travel-or-contraceptive-advice','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">Visit</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><a href=\"https://www.fitfortravel.nhs.uk/\"><b><u><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 255); font-size: 16pt;\">NHS Fit for Travel</span></u></b></a><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><a href=\"https://www.sexwise.fpa.org.uk/\"><b><u><span class=\"15\" style=\"font-family: Calibri; color: rgb(0, 0, 255); font-size: 16pt;\">Sexwise</span></u></b></a><span class=\"16\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\nfont-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\nfont-size:16.0000pt;mso-font-kerning:1.0000pt;\">for trusted sexual health guidance.</span></p>',1,'2025-11-24 20:36:51','2025-11-24 22:42:41'),(154,'App\\Models\\Category',25,'1. What causes cystitis?','1-what-causes-cystitis','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Cystitis usually occurs when bacteria from the bowel (often </span><i><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">E. coli</span></i><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">) enter the urinary tract through the urethra and infect the bladder.</span></p>',1,'2025-11-24 20:39:05','2025-11-24 22:43:17'),(155,'App\\Models\\Category',25,'2. What are the symptoms of cystitis?','2-what-are-the-symptoms-of-cystitis','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Symptoms include pain or burning when urinating, frequent urination, cloudy or strong-smelling urine, and lower abdominal pain.</span></p>',1,'2025-11-24 20:39:05','2025-11-24 20:39:05'),(156,'App\\Models\\Category',25,'3. How is cystitis treated?','3-how-is-cystitis-treated','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Mild cases can clear up naturally by drinking plenty of fluids, but antibiotics such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Nitrofurantoin</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> or </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Trimethoprim </span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">may be prescribed for bacterial infections.</span></p>',1,'2025-11-24 20:39:05','2025-11-24 22:43:17'),(157,'App\\Models\\Category',25,'4. How long does it take for treatment to work?','4-how-long-does-it-take-for-treatment-to-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Symptoms typically begin to improve within </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1–2 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> of starting treatment, though it’s important to complete the full course prescribed.</span></p>',1,'2025-11-24 20:39:05','2025-11-24 22:43:17'),(158,'App\\Models\\Category',25,'5. Can cystitis be prevented?','5-can-cystitis-be-prevented','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — drink plenty of water, urinate after sexual activity, wipe front to back, and avoid perfumed soaps or bubble baths.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:39:05','2025-11-24 20:39:05'),(159,'App\\Models\\Category',25,'6. When should I see a doctor?','6-when-should-i-see-a-doctor','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If symptoms persist for more than 3 days, recur frequently, or you have fever, back pain, or blood in your urine, seek medical advice promptly.</span></p>',1,'2025-11-24 20:39:05','2025-11-24 20:39:05'),(160,'App\\Models\\Category',24,'2. Are these treatments safe?','2-are-these-treatments-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — all our medicines are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and prescribed following a professional medical consultation to ensure suitability.</span></p>',1,'2025-11-24 20:46:42','2025-11-24 22:43:53'),(161,'App\\Models\\Category',24,'3. How much weight can I expect to lose?','3-how-much-weight-can-i-expect-to-lose','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Results vary, but clinical studies show that with proper use, patients can achieve</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">clinically meaningful weight reduction</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">alongside diet and exercise.</span></p>',1,'2025-11-24 20:46:42','2025-11-24 22:43:53'),(162,'App\\Models\\Category',24,'4. How long will I need to use weight loss medication?','4-how-long-will-i-need-to-use-weight-loss-medication','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Treatment duration varies by individual goals. Your prescriber will review your progress regularly and adjust accordingly.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:46:42','2025-11-24 20:46:42'),(163,'App\\Models\\Category',24,'5. Are there side effects?','5-are-there-side-effects','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Some users experience mild nausea, bloating, or constipation when starting treatment. These effects are usually temporary and improve over time.</span></p>',1,'2025-11-24 20:46:42','2025-11-24 20:46:42'),(164,'App\\Models\\Category',24,'6. Can I use these treatments if I have diabetes?','6-can-i-use-these-treatments-if-i-have-diabetes','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Certain medicines (like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Mounjaro</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">) may also be used in diabetes management, but suitability must be assessed individually.</span></p>',1,'2025-11-24 20:46:42','2025-11-24 22:43:53'),(165,'App\\Models\\Category',24,'7. Do I need a prescription?','7-do-i-need-a-prescription','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — these are prescription-only medicines. You can complete our</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">online consultation</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">to see if treatment is right for you.</span></p>',1,'2025-11-24 20:46:42','2025-11-24 22:43:53'),(166,'App\\Models\\Category',23,'1. What are sexual lubricants used for?','1-what-are-sexual-lubricants-used-for','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Lubricants help reduce friction during sexual activity, making intercourse or toy use more comfortable and pleasurable.</span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(167,'App\\Models\\Category',23,'2. What’s the difference between water-based and silicone-based lubes?','2-whats-the-difference-between-water-based-and-silicone-based-lubes','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Water-based lubricants are easy to clean and safe for condoms and toys, while silicone-based options last longer and are ideal for extended sessions.</span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(168,'App\\Models\\Category',23,'3. Are lubricants safe to use with condoms?','3-are-lubricants-safe-to-use-with-condoms','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — most&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">water-based and silicone-based</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;lubricants are compatible with&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">latex and polyurethane condoms</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Avoid oil-based products as they can damage condoms.</span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(169,'App\\Models\\Category',23,'4. Can I use lubricants if I have sensitive skin?','4-can-i-use-lubricants-if-i-have-sensitive-skin','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — opt for&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">pH-balanced, fragrance-free, and hypoallergenic</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;options such as&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">YES WB</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">&nbsp;or&nbsp;</span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">K-Y Jelly</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(170,'App\\Models\\Category',23,'5. How do I apply lubricant?','5-how-do-i-apply-lubricant','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Apply a small amount to the area of intimacy or to the condom surface. Reapply as needed.</span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(171,'App\\Models\\Category',23,'6. Is lubricant safe for daily use?','6-is-lubricant-safe-for-daily-use','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — lubricants are safe for regular use as long as you choose body-safe products from reputable brands.</span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(172,'App\\Models\\Category',23,'7. How should lubricants be stored?','7-how-should-lubricants-be-stored','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Store in a cool, dry place and close the cap tightly after use. Always check the expiry date before application.</span></p>',1,'2025-11-24 20:49:13','2025-11-24 20:49:13'),(173,'App\\Models\\Category',22,'1. How effective are condoms at preventing pregnancy?','1-how-effective-are-condoms-at-preventing-pregnancy','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">When used correctly, condoms are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">98% effective</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">at preventing pregnancy and help protect against most STIs.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 22:44:51'),(174,'App\\Models\\Category',22,'2. Are condoms suitable for people with latex allergies?','2-are-condoms-suitable-for-people-with-latex-allergies','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes —</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">non-latex condoms</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">made from</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">polyisoprene or polyurethane</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">are available for those with sensitivities.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 22:44:51'),(175,'App\\Models\\Category',22,'3. Can condoms be used with lubricants?','3-can-condoms-be-used-with-lubricants','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — use</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">water-based or silicone-based lubricants</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">. Avoid oil-based products as they can weaken latex condoms.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 22:44:51'),(176,'App\\Models\\Category',22,'4. How should condoms be stored?','4-how-should-condoms-be-stored','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Keep them in a cool, dry place away from direct sunlight and sharp objects. Avoid storing them in wallets or hot environments.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 20:51:55'),(177,'App\\Models\\Category',22,'5. Do condoms expire?','5-do-condoms-expire','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. Always check the expiry date on the packaging — expired condoms are more likely to break.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 20:51:55'),(178,'App\\Models\\Category',22,'6. Are condoms one-size-fits-all?','6-are-condoms-one-size-fits-all','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">No. Condoms come in different sizes and fits for comfort and safety. Using the right size helps prevent slippage or breakage.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 20:51:55'),(179,'App\\Models\\Category',22,'7. Can condoms be reused?','7-can-condoms-be-reused','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">No. Condoms are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">single-use only</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and should be disposed of responsibly after use.</span></p>',1,'2025-11-24 20:51:55','2025-11-24 22:44:51'),(180,'App\\Models\\Category',20,'1. What causes insomnia?','1-what-causes-insomnia','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Insomnia can be caused by stress, anxiety, shift work, caffeine, alcohol, or poor sleep habits. It can also be linked to medical or mental health conditions.</span></p>',1,'2025-11-24 20:54:10','2025-11-24 20:54:10'),(181,'App\\Models\\Category',20,'2. How do sleep treatments work?','2-how-do-sleep-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Sleep aids such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">diphenhydramine</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">promethazine</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> help calm the nervous system, making it easier to relax and fall asleep naturally.</span></p>',1,'2025-11-24 20:54:10','2025-11-24 22:45:38'),(182,'App\\Models\\Category',20,'3. Are sleep aids addictive?','3-are-sleep-aids-addictive','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Over-the-counter sleep treatments are suitable for </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">short-term use</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> only and are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">non-addictive</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> when used as directed.</span></p>',1,'2025-11-24 20:54:10','2025-11-24 22:45:38'),(183,'App\\Models\\Category',20,'4. How long should I take a sleep aid for?','4-how-long-should-i-take-a-sleep-aid-for','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">These treatments are typically used for </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">up to 7–14 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. If your symptoms persist, consult a doctor or pharmacist for further advice.</span></p>',1,'2025-11-24 20:54:10','2025-11-24 22:45:38'),(184,'App\\Models\\Category',20,'5. Can I take sleep medicine with other medications?','5-can-i-take-sleep-medicine-with-other-medications','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Some medicines may interact with sleep aids. Always read the leaflet and consult a pharmacist before combining treatments.</span></p>',1,'2025-11-24 20:54:10','2025-11-24 20:54:10'),(185,'App\\Models\\Category',20,'6. Are there natural alternatives for better sleep?','6-are-there-natural-alternatives-for-better-sleep','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — relaxation techniques, reducing screen time, avoiding caffeine, and keeping a regular bedtime routine can all improve sleep quality.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:54:10','2025-11-24 20:54:10'),(186,'App\\Models\\Category',21,'1. What causes digestive system disorders?','1-what-causes-digestive-system-disorders','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Common causes include overeating, stress, infections, certain medications, or conditions such as acid reflux and IBS.</span></p>',1,'2025-11-24 20:57:11','2025-11-24 20:57:11'),(187,'App\\Models\\Category',21,'2. What symptoms should I look out for?','2-what-symptoms-should-i-look-out-for','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Typical symptoms include bloating, abdominal discomfort, heartburn, nausea, and indigestion.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 20:57:11','2025-11-24 20:57:11'),(188,'App\\Models\\Category',21,'3. How can I manage indigestion at home?','3-how-can-i-manage-indigestion-at-home','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Eat smaller meals, avoid rich or spicy foods, stay hydrated, and avoid lying down immediately after eating.</span></p>',1,'2025-11-24 20:57:11','2025-11-24 20:57:11'),(189,'App\\Models\\Category',21,'4. When should I seek medical advice?','4-when-should-i-seek-medical-advice','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">If you experience persistent or severe abdominal pain, blood in your stool, unexplained weight loss, or difficulty swallowing, see your GP.</span></p>',1,'2025-11-24 20:57:11','2025-11-24 20:57:11'),(190,'App\\Models\\Category',21,'5. Are these treatments safe?','5-are-these-treatments-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — all medicines listed are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and dispensed by qualified pharmacists from licensed UK pharmacies.</span></p>',1,'2025-11-24 20:57:11','2025-11-24 22:46:54'),(191,'App\\Models\\Category',21,'6. Can I take digestive treatments long-term?','6-can-i-take-digestive-treatments-long-term','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most treatments are suitable for short-term relief. If symptoms persist beyond a few weeks, consult your doctor or pharmacist.</span></p>',1,'2025-11-24 20:57:11','2025-11-24 20:57:11'),(192,'App\\Models\\Category',19,'1. What causes jet lag?','1-what-causes-jet-lag','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Jet lag occurs when your internal body clock is out of sync with the local time after travelling through multiple time zones.</span></p>',1,'2025-11-24 21:02:32','2025-11-24 21:02:32'),(193,'App\\Models\\Category',19,'2. How long does jet lag last?','2-how-long-does-jet-lag-last','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">It typically lasts</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1–3 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, depending on the number of time zones crossed and your sleep routine before travel.</span></p>',1,'2025-11-24 21:02:32','2025-11-24 22:47:32'),(194,'App\\Models\\Category',19,'3. How can medication help with jet lag?','3-how-can-medication-help-with-jet-lag','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Medications such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">melatonin</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">or</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">short-term sleep aids</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">can help your body adjust faster and improve sleep quality during travel.</span></p>',1,'2025-11-24 21:02:32','2025-11-24 22:47:32'),(195,'App\\Models\\Category',19,'4. What else can I do to reduce jet lag?','4-what-else-can-i-do-to-reduce-jet-lag','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Stay hydrated, avoid caffeine and alcohol, try to sleep on the plane if travelling east, and spend time in natural daylight upon arrival.</span></p>',1,'2025-11-24 21:02:32','2025-11-24 21:02:32'),(196,'App\\Models\\Category',19,'5. Is melatonin safe to use?','5-is-melatonin-safe-to-use','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — melatonin is a natural hormone that regulates sleep and is considered safe for short-term use under pharmacist supervision.</span></p>',1,'2025-11-24 21:02:32','2025-11-24 21:02:32'),(197,'App\\Models\\Category',19,'6. When should I start taking jet lag medication?','6-when-should-i-start-taking-jet-lag-medication','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Take it shortly before your desired bedtime in the new time zone. Always follow the instructions provided by your prescriber or pharmacist.</span></p>',1,'2025-11-24 21:02:32','2025-11-24 21:02:32'),(198,'App\\Models\\Category',18,'2. How long does treatment take?','2-how-long-does-treatment-take','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Visible improvement can occur within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">4 to 8 weeks</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, depending on the treatment and the severity of the infection.</span></p>',1,'2025-11-24 21:05:27','2025-11-24 22:48:14'),(199,'App\\Models\\Category',18,'3. Are genital warts curable?','3-are-genital-warts-curable','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Treatments clear visible warts, but the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">HPV virus may remain dormant</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">in the skin. Recurrence is possible, but warts often resolve over time.</span></p>',1,'2025-11-24 21:05:27','2025-11-24 22:48:14'),(200,'App\\Models\\Category',18,'4. Are genital warts contagious?','4-are-genital-warts-contagious','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — genital warts are contagious through direct skin-to-skin contact, even when warts are not visible. Using condoms helps reduce transmission risk.</span></p>',1,'2025-11-24 21:05:27','2025-11-24 21:05:27'),(201,'App\\Models\\Category',18,'5. Can both men and women use these treatments?','5-can-both-men-and-women-use-these-treatments','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes, treatments like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Warticon</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aldara</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">are suitable for both men and women, but application areas and dosage differ slightly. Always follow medical guidance.</span></p>',1,'2025-11-24 21:05:27','2025-11-24 22:48:14'),(202,'App\\Models\\Category',18,'6. Should I see a doctor before using genital wart treatments?','6-should-i-see-a-doctor-before-using-genital-wart-treatments','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">An online consultation through</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">ensures a licensed prescriber reviews your answers before issuing treatment safely.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:05:27','2025-11-24 22:48:14'),(203,'App\\Models\\Category',18,'7. Can I use over-the-counter wart treatments on genital warts?','7-can-i-use-over-the-counter-wart-treatments-on-genital-warts','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">No — only</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">prescription medicines</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">should be used for genital warts. Non-prescription wart removers can irritate sensitive skin and are not suitable for this condition.</span></p>',1,'2025-11-24 21:05:27','2025-11-24 22:48:14'),(204,'App\\Models\\Category',17,'1. What are the most common STIs in the UK?','1-what-are-the-most-common-stis-in-the-uk','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Chlamydia, gonorrhoea, genital herpes, and HPV are among the most frequently diagnosed infections.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:08:11','2025-11-24 21:08:11'),(205,'App\\Models\\Category',17,'2. What are the symptoms of STIs?','2-what-are-the-symptoms-of-stis','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Symptoms may include unusual discharge, pain during urination, sores or blisters, and itching. However, many people show </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">no symptoms at all</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span></p>',1,'2025-11-24 21:08:11','2025-11-24 22:48:48'),(206,'App\\Models\\Category',17,'3. How are STIs treated?','3-how-are-stis-treated','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Bacterial infections such as </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">chlamydia</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">gonorrhoea</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are treated with </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">antibiotics</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, while viral infections like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">herpes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">can be managed with </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">antiviral medicines</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span></p>',1,'2025-11-24 21:08:11','2025-11-24 22:48:48'),(207,'App\\Models\\Category',17,'4. Can I order STI treatment online?','4-can-i-order-sti-treatment-online','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes. Complete an </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">online consultation</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> at ifeelshy® — a licensed prescriber will review your answers and issue treatment where appropriate.</span></p>',1,'2025-11-24 21:08:11','2025-11-24 22:48:48'),(208,'App\\Models\\Category',17,'5. Is my order confidential?','5-is-my-order-confidential','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Absolutely. All orders are sent in </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">plain, unmarked packaging</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> for your privacy.</span></p>',1,'2025-11-24 21:08:11','2025-11-24 22:48:48'),(209,'App\\Models\\Category',17,'6. How can I prevent STIs?','6-how-can-i-prevent-stis','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Always use </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">condoms</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> during sexual activity, avoid multiple partners, and get tested regularly if you are sexually active.</span></p>',1,'2025-11-24 21:08:11','2025-11-24 22:48:48'),(210,'App\\Models\\Category',17,'7. Can I get tested for STIs online?','7-can-i-get-tested-for-stis-online','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — visit our Home Testing Kits section to order confidential STI test kits for use at home.</span></p>',1,'2025-11-24 21:08:11','2025-11-24 22:48:48'),(211,'App\\Models\\Category',15,'1. How does Varenicline (Champix) work?','1-how-does-varenicline-champix-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Varenicline targets nicotine receptors in the brain to reduce cravings and block the rewarding effects of smoking.</span></p>',1,'2025-11-24 21:11:43','2025-11-24 21:11:43'),(212,'App\\Models\\Category',15,'2. How long should I take stop smoking medication for?','2-how-long-should-i-take-stop-smoking-medication-for','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">A typical course lasts</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">12 weeks</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, though your prescriber may adjust based on your progress.</span></p>',1,'2025-11-24 21:11:43','2025-11-24 22:49:18'),(213,'App\\Models\\Category',15,'3. Are these treatments safe?','3-are-these-treatments-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — all stop smoking medications supplied by ifeelshy® are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and prescribed by licensed UK clinicians.</span></p>',1,'2025-11-24 21:11:43','2025-11-24 22:49:18'),(214,'App\\Models\\Category',15,'4. Can I use nicotine replacement therapy (NRT) with Varenicline?','4-can-i-use-nicotine-replacement-therapy-nrt-with-varenicline','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">No — combining NRT with Varenicline is not recommended unless advised by a healthcare professional.</span></p>',1,'2025-11-24 21:11:43','2025-11-24 21:11:43'),(215,'App\\Models\\Category',15,'5. What side effects can occur?','5-what-side-effects-can-occur','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Some users may experience mild nausea, vivid dreams, or difficulty sleeping, which usually improve with continued use.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:11:43','2025-11-24 21:11:43'),(216,'App\\Models\\Category',15,'6. Are stop smoking treatments addictive?','6-are-stop-smoking-treatments-addictive','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">No — medicines like Varenicline are not addictive and are designed to help break nicotine dependence safely.</span></p>',1,'2025-11-24 21:11:43','2025-11-24 21:11:43'),(217,'App\\Models\\Category',15,'7. What other steps can support quitting?','7-what-other-steps-can-support-quitting','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Combine treatment with</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">exercise</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">,</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">hydration</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">behavioural support</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. NHS stop smoking services offer free counselling and motivation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:11:43','2025-11-24 22:49:18'),(218,'App\\Models\\Category',14,'1. What is asthma?','1-what-is-asthma','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Asthma is a chronic condition where the airways become inflamed and narrow, making it difficult to breathe.</span></p>',1,'2025-11-24 21:14:21','2025-11-24 21:14:21'),(219,'App\\Models\\Category',14,'2. What triggers asthma symptoms?','2-what-triggers-asthma-symptoms','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common triggers include allergens (dust mites, pollen, pets), exercise, smoke, air pollution, and respiratory infections.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:14:21','2025-11-24 21:14:21'),(220,'App\\Models\\Category',14,'3. How do Ventolin inhalers work?','3-how-do-ventolin-inhalers-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Ventolin (Salbutamol) is a </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">bronchodilator</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — it relaxes the muscles in the airways, allowing you to breathe more easily.</span></p>',1,'2025-11-24 21:14:21','2025-11-24 22:49:51'),(221,'App\\Models\\Category',14,'4. What is a spacer and do I need one?','4-what-is-a-spacer-and-do-i-need-one','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">A </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">spacer</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> helps deliver the inhaled medicine more efficiently to the lungs, reducing wastage and improving symptom control.</span></p>',1,'2025-11-24 21:14:21','2025-11-24 22:49:51'),(222,'App\\Models\\Category',14,'5. How should I use my inhaler?','5-how-should-i-use-my-inhaler','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Shake the inhaler, exhale fully, then inhale deeply while pressing the canister. Using a spacer ensures correct dosage delivery.</span></p>',1,'2025-11-24 21:14:21','2025-11-24 21:14:21'),(223,'App\\Models\\Category',14,'6. Is Ventolin safe for long-term use?','6-is-ventolin-safe-for-long-term-use','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Ventolin is safe for ongoing use when taken as prescribed. If you’re using it frequently, you may need an additional preventer inhaler — speak to your GP.</span></p>',1,'2025-11-24 21:14:21','2025-11-24 21:14:21'),(224,'App\\Models\\Category',14,'7. When should I seek medical help?','7-when-should-i-seek-medical-help','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you’re using your reliever inhaler more than three times a week, or your symptoms are worsening, contact your GP or asthma nurse.</span></p>',1,'2025-11-24 21:14:21','2025-11-24 21:14:21'),(225,'App\\Models\\Category',13,'1. What is HRT?','1-what-is-hrt','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Hormone Replacement Therapy (HRT) replaces the oestrogen that the body no longer produces after menopause, helping relieve symptoms such as dryness and discomfort.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 21:17:23'),(226,'App\\Models\\Category',13,'2. What are the symptoms of menopause?','2-what-are-the-symptoms-of-menopause','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Common symptoms include </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">hot flushes, night sweats, vaginal dryness, low mood, reduced libido, and sleep disturbances</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 22:50:22'),(227,'App\\Models\\Category',13,'3. What is the difference between local and systemic HRT?','3-what-is-the-difference-between-local-and-systemic-hrt','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Local HRT (such as vaginal tablets or creams) treats symptoms in the genital area only, while systemic HRT (patches, pills, gels) affects the whole body.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 21:17:23'),(228,'App\\Models\\Category',13,'4. How long does it take for local HRT to work?','4-how-long-does-it-take-for-local-hrt-to-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most women notice improvement in </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">2–4 weeks</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, with continued benefits after regular use.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 22:50:22'),(229,'App\\Models\\Category',13,'5. Is HRT safe for everyone?','5-is-hrt-safe-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most women can use local HRT safely, but it’s important to complete a consultation to ensure it’s suitable for you.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 21:17:23'),(230,'App\\Models\\Category',13,'6. Are there non-hormonal alternatives?','6-are-there-non-hormonal-alternatives','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — non-hormonal moisturisers and lubricants like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Replens MD</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can relieve vaginal dryness for women who prefer not to use hormones.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 22:50:22'),(231,'App\\Models\\Category',13,'7. When should I seek medical advice?','7-when-should-i-seek-medical-advice','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">If you experience unusual bleeding, severe pain, or new symptoms during treatment, consult your GP or pharmacist immediately.</span></p>',1,'2025-11-24 21:17:23','2025-11-24 21:17:23'),(232,'App\\Models\\Category',11,'1. What causes cold sores?','1-what-causes-cold-sores','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Cold sores are caused by the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Herpes Simplex Virus (HSV-1)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, which spreads through direct skin contact such as kissing or sharing utensils.</span></p>',1,'2025-11-24 21:25:10','2025-11-24 22:51:31'),(233,'App\\Models\\Category',11,'2. How can I prevent cold sore outbreaks?','2-how-can-i-prevent-cold-sore-outbreaks','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Avoid triggers like stress, fatigue, and excessive sunlight. Using SPF lip balm and starting antiviral treatment early can help.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:25:10','2025-11-24 21:25:10'),(234,'App\\Models\\Category',11,'3. How do antiviral medicines work?','3-how-do-antiviral-medicines-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Medications like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Aciclovir</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Valaciclovir</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">prevent the virus from replicating, helping sores heal faster and reducing the risk of spreading.</span></p>',1,'2025-11-24 21:25:10','2025-11-24 22:51:31'),(235,'App\\Models\\Category',11,'4. When should I start treatment?','4-when-should-i-start-treatment','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Start treatment at the</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">first sign of tingling or burning</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, before blisters appear, for the best results.</span></p>',1,'2025-11-24 21:25:10','2025-11-24 22:51:31'),(236,'App\\Models\\Category',11,'5. Are cold sores contagious?','5-are-cold-sores-contagious','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. Avoid close contact, kissing, and sharing personal items until the sore has completely healed.</span></p>',1,'2025-11-24 21:25:10','2025-11-24 21:25:10'),(237,'App\\Models\\Category',11,'6. Can cold sores come back?','6-can-cold-sores-come-back','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. HSV-1 remains dormant in the body and can reactivate when the immune system is weakened.</span></p>',1,'2025-11-24 21:25:10','2025-11-24 21:25:10'),(238,'App\\Models\\Category',11,'7. Are cold sore treatments safe?','7-are-cold-sore-treatments-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — all treatments offered by</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and reviewed by qualified healthcare professionals.</span></p>',1,'2025-11-24 21:25:10','2025-11-24 22:51:31'),(239,'App\\Models\\Category',10,'1. What types of pain can these treatments help with?','1-what-types-of-pain-can-these-treatments-help-with','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Our range can help relieve headaches, toothache, muscle pain, joint stiffness, back pain, and menstrual cramps.</span></p>',1,'2025-11-24 21:28:21','2025-11-24 21:28:21'),(240,'App\\Models\\Category',10,'2. What’s the difference between paracetamol and ibuprofen?','2-whats-the-difference-between-paracetamol-and-ibuprofen','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Paracetamol works by blocking pain signals and reducing fever, while ibuprofen also helps reduce inflammation and swelling.</span></p>',1,'2025-11-24 21:28:21','2025-11-24 21:28:21'),(241,'App\\Models\\Category',10,'3. Can I use topical gels with oral painkillers?','3-can-i-use-topical-gels-with-oral-painkillers','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — many people use anti-inflammatory gels like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Voltarol</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">alongside tablets such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">paracetamol</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">for localised and systemic relief.</span></p>',1,'2025-11-24 21:28:21','2025-11-24 22:52:05'),(242,'App\\Models\\Category',10,'4. What if I experience chronic pain?','4-what-if-i-experience-chronic-pain','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">If your pain persists longer than 12 weeks, it’s considered chronic — speak to your GP or pharmacist for ongoing management options.</span></p>',1,'2025-11-24 21:28:21','2025-11-24 21:28:21'),(243,'App\\Models\\Category',10,'5. Are pain relief medicines safe for everyone?','5-are-pain-relief-medicines-safe-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most are safe for occasional use, but people with certain conditions (like stomach ulcers, heart disease, or asthma) should seek medical advice first.</span></p>',1,'2025-11-24 21:28:21','2025-11-24 21:28:21'),(244,'App\\Models\\Category',10,'6. Can I take painkillers on an empty stomach?','6-can-i-take-painkillers-on-an-empty-stomach','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Paracetamol is fine on an empty stomach, but</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ibuprofen</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">should be taken with food to avoid stomach irritation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:28:21','2025-11-24 22:52:05'),(245,'App\\Models\\Category',10,'7. Are these treatments available without a prescription?','7-are-these-treatments-available-without-a-prescription','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — many options are available over the counter, while stronger formulations require a prescription after online consultation.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:28:21','2025-11-24 21:28:21'),(246,'App\\Models\\Category',9,'2. What causes premature ejaculation?','2-what-causes-premature-ejaculation','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Causes can be psychological (stress, anxiety, performance pressure) or physical (sensitivity, hormonal imbalance, or prostate issues).</span></p>',1,'2025-11-24 21:31:30','2025-11-24 21:31:30'),(247,'App\\Models\\Category',9,'3. How does Priligy work?','3-how-does-priligy-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Priligy contains </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">dapoxetine</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, a fast-acting SSRI that increases serotonin levels in the brain, helping delay ejaculation.</span></p>',1,'2025-11-24 21:31:30','2025-11-24 22:52:40'),(248,'App\\Models\\Category',9,'4. How does STUD 100 work?','4-how-does-stud-100-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">STUD 100 spray contains </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">lidocaine</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, a mild local anaesthetic that reduces penile sensitivity and helps prolong sexual activity.</span></p>',1,'2025-11-24 21:31:30','2025-11-24 22:52:40'),(249,'App\\Models\\Category',9,'5. How long before sex should I take Priligy?','5-how-long-before-sex-should-i-take-priligy','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Priligy should be taken approximately </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1 to 3 hours before sexual activity</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and no more than once a day.</span></p>',1,'2025-11-24 21:31:30','2025-11-24 22:52:40'),(250,'App\\Models\\Category',9,'6. Is Priligy safe for regular use?','6-is-priligy-safe-for-regular-use','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes, it’s safe when prescribed by a clinician. Side effects are generally mild and may include nausea, headache, or dizziness.</span></p>',1,'2025-11-24 21:31:30','2025-11-24 21:31:30'),(251,'App\\Models\\Category',9,'7. Can I use Priligy and STUD 100 together?','7-can-i-use-priligy-and-stud-100-together','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">They can be used together under medical guidance — always consult your prescriber for personalised advice.</span></p>',1,'2025-11-24 21:31:30','2025-11-24 21:31:30'),(252,'App\\Models\\Category',9,'8. Will these treatments cure PE permanently?','8-will-these-treatments-cure-pe-permanently','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">There’s no permanent cure, but these treatments can help manage and control the condition effectively.</span></p>',1,'2025-11-24 21:31:30','2025-11-24 21:31:30'),(253,'App\\Models\\Category',8,'1. Why should I take vitamin supplements?','1-why-should-i-take-vitamin-supplements','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Supplements help maintain nutrient levels when your diet or lifestyle doesn’t provide all the vitamins and minerals your body needs.</span></p>',1,'2025-11-24 21:34:24','2025-11-24 21:34:24'),(254,'App\\Models\\Category',8,'2. Can I take multiple supplements together?','2-can-i-take-multiple-supplements-together','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — but always check ingredient overlap to avoid excessive intake. Multivitamins often contain a balanced mix of key nutrients.</span></p>',1,'2025-11-24 21:34:24','2025-11-24 21:34:24'),(255,'App\\Models\\Category',8,'3. What’s the best time of day to take vitamins?','3-whats-the-best-time-of-day-to-take-vitamins','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fat-soluble vitamins (A, D, E, K):</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> with meals containing healthy fats.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Water-soluble vitamins (B, C):</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> on an empty stomach or with water.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:34:24','2025-11-24 22:53:40'),(256,'App\\Models\\Category',8,'4. Are your supplements suitable for vegetarians or vegans?','4-are-your-supplements-suitable-for-vegetarians-or-vegans','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Many products in our </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">OneVit range</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are vegan-friendly and clearly labelled as such.</span></p>',1,'2025-11-24 21:34:24','2025-11-24 22:53:40'),(257,'App\\Models\\Category',8,'5. How long before I notice results?','5-how-long-before-i-notice-results','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Results vary, but most people feel improvements in </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">energy and wellbeing</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> within a few weeks of consistent use.</span></p>',1,'2025-11-24 21:34:24','2025-11-24 22:53:40'),(258,'App\\Models\\Category',8,'6. Are supplements safe for everyone?','6-are-supplements-safe-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Generally yes, but those with health conditions or taking medication should consult their GP before starting new supplements.</span></p>',1,'2025-11-24 21:34:24','2025-11-24 21:34:24'),(259,'App\\Models\\Category',8,'7. Do vitamins replace a healthy diet?','7-do-vitamins-replace-a-healthy-diet','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">No — supplements are designed to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">support</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, not replace, a balanced diet and lifestyle.</span></p>',1,'2025-11-24 21:34:24','2025-11-24 22:53:40'),(260,'App\\Models\\Category',7,'2. What causes migraines?','2-what-causes-migraines','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Triggers include stress, certain foods (like chocolate or cheese), caffeine, dehydration, hormonal fluctuations, and changes in sleep patterns.</span></p>',1,'2025-11-24 21:37:20','2025-11-24 21:37:20'),(261,'App\\Models\\Category',7,'3. How do triptan medicines work?','3-how-do-triptan-medicines-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Triptans like</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Sumatriptan</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Zolmitriptan</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">constrict blood vessels and block pain signals in the brain, offering targeted relief.</span></p>',1,'2025-11-24 21:37:20','2025-11-24 22:54:19'),(262,'App\\Models\\Category',7,'4. How quickly do migraine tablets work?','4-how-quickly-do-migraine-tablets-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most patients experience relief within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">30 to 60 minutes</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">of taking a triptan medicine.</span></p>',1,'2025-11-24 21:37:20','2025-11-24 22:54:19'),(263,'App\\Models\\Category',7,'5. Can I take migraine treatments with painkillers?','5-can-i-take-migraine-treatments-with-painkillers','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — triptans can often be combined with</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">paracetamol or ibuprofen</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, but always check with your pharmacist or prescriber.</span></p>',1,'2025-11-24 21:37:20','2025-11-24 22:54:19'),(264,'App\\Models\\Category',7,'6. Are migraine medicines safe for everyone?','6-are-migraine-medicines-safe-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most adults can use them safely, but they may not be suitable for people with heart or circulation problems. Complete your online consultation for tailored advice.</span></p>',1,'2025-11-24 21:37:20','2025-11-24 21:37:20'),(265,'App\\Models\\Category',7,'7. How can I prevent migraines?','7-how-can-i-prevent-migraines','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Keeping a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">migraine diary</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, managing stress, staying hydrated, and maintaining regular sleep patterns can reduce frequency.</span></p>',1,'2025-11-24 21:37:20','2025-11-24 22:54:19'),(266,'App\\Models\\Category',6,'2. How long can I delay my period for?','2-how-long-can-i-delay-my-period-for','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">You can delay your period for up to </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">17 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, depending on how long you take the medication.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 22:55:04'),(267,'App\\Models\\Category',6,'3. How should I take Norethisterone?','3-how-should-i-take-norethisterone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Take </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">one tablet three times a day</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, starting </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">3 days before your period is due</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Continue until you want your period to begin again.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 22:55:04'),(268,'App\\Models\\Category',6,'4. Is it safe to delay my period?','4-is-it-safe-to-delay-my-period','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — short-term use of Norethisterone for period delay is safe for most women. It is prescribed after a medical assessment to ensure suitability.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 21:40:37'),(269,'App\\Models\\Category',6,'5. How soon after stopping will my period return?','5-how-soon-after-stopping-will-my-period-return','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Your period typically returns </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">2 to 3 days after</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> finishing your course of tablets.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 22:55:04'),(270,'App\\Models\\Category',6,'6. Can I use Norethisterone as contraception?','6-can-i-use-norethisterone-as-contraception','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">No — Norethisterone does </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">not prevent pregnancy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. You’ll still need to use reliable contraception such as condoms or the contraceptive pill.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 22:55:04'),(271,'App\\Models\\Category',6,'7. Are there any side effects?','7-are-there-any-side-effects','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most women tolerate it well, but mild side effects such as bloating, breast tenderness, or spotting can occur.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 21:40:37'),(272,'App\\Models\\Category',6,'8. Who shouldn’t take Norethisterone?','8-who-shouldnt-take-norethisterone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">It may not be suitable for women with a history of </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">blood clots, liver disease, or unexplained vaginal bleeding</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. Always complete the online consultation for safe prescribing.</span></p>',1,'2025-11-24 21:40:37','2025-11-24 22:55:04'),(273,'App\\Models\\Category',5,'1. What is genital herpes?','1-what-is-genital-herpes','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Genital herpes is a sexually transmitted infection caused by the herpes simplex virus (usually HSV-2, but sometimes HSV-1). It causes blisters and sores around the genitals.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 21:43:58'),(274,'App\\Models\\Category',5,'2. How is genital herpes transmitted?','2-how-is-genital-herpes-transmitted','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">It spreads through skin-to-skin contact, including vaginal, oral, or anal sex — even when symptoms are not visible.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 21:43:58'),(275,'App\\Models\\Category',5,'3. What are the symptoms of a herpes outbreak?','3-what-are-the-symptoms-of-a-herpes-outbreak','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Symptoms include </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">itching, tingling, painful blisters</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">flu-like symptoms</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> such as tiredness or fever.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 22:55:40'),(276,'App\\Models\\Category',5,'4. How do Aciclovir and Valaciclovir work?','4-how-do-aciclovir-and-valaciclovir-work','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">They stop the virus from replicating, helping blisters heal faster and reducing future outbreaks.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:43:58','2025-11-24 21:43:58'),(277,'App\\Models\\Category',5,'5. When should I start treatment?','5-when-should-i-start-treatment','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Treatment should begin </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">as soon as you notice symptoms</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> — such as tingling or redness — for best results.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 22:55:40'),(278,'App\\Models\\Category',5,'6. Can I prevent herpes outbreaks?','6-can-i-prevent-herpes-outbreaks','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Taking daily </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">suppressive therapy</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> can help reduce outbreak frequency and lower transmission risk to partners.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 22:55:40'),(279,'App\\Models\\Category',5,'7. Is genital herpes curable?','7-is-genital-herpes-curable','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;mso-margin-top-alt:auto;\r\nmso-margin-bottom-alt:auto;\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">There’s currently no cure, but antiviral medicines make it manageable and help prevent recurrence.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:43:58','2025-11-24 21:43:58'),(280,'App\\Models\\Category',5,'8. Can I have sex during an outbreak?','8-can-i-have-sex-during-an-outbreak','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">No. Avoid sexual contact until all blisters have completely healed to prevent transmission.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 21:43:58'),(281,'App\\Models\\Category',5,'9. Is my order confidential?','9-is-my-order-confidential','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes. All treatments are shipped in </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">plain, discreet packaging</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> with no external pharmacy branding.</span></p>',1,'2025-11-24 21:43:58','2025-11-24 22:55:40'),(282,'App\\Models\\Category',4,'2. What are the symptoms of thrush?','2-what-are-the-symptoms-of-thrush','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Common symptoms include itching, soreness, swelling, redness, and a thick white discharge (in women), or irritation and redness (in men).</span></p>',1,'2025-11-24 21:47:21','2025-11-24 21:47:21'),(283,'App\\Models\\Category',4,'3. How do thrush treatments work?','3-how-do-thrush-treatments-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Antifungal medicines such as</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Fluconazole</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Clotrimazole (Canesten)</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">kill the Candida fungus, helping to restore natural balance.</span></p>',1,'2025-11-24 21:47:21','2025-11-24 22:56:14'),(284,'App\\Models\\Category',4,'4. How long does thrush take to clear?','4-how-long-does-thrush-take-to-clear','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most people notice improvement within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1 to 2 days</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, with full recovery typically within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">3 days</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">of treatment.</span></p>',1,'2025-11-24 21:47:21','2025-11-24 22:56:14'),(285,'App\\Models\\Category',4,'5. Can both partners be treated?','5-can-both-partners-be-treated','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — if both partners have symptoms, they should be treated simultaneously to prevent reinfection.</span></p>',1,'2025-11-24 21:47:21','2025-11-24 21:47:21'),(286,'App\\Models\\Category',4,'6. Can I buy thrush treatment online?','6-can-i-buy-thrush-treatment-online','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — you can safely order MHRA-approved treatments from</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">after completing a brief online consultation.</span></p>',1,'2025-11-24 21:47:21','2025-11-24 22:56:14'),(287,'App\\Models\\Category',4,'7. Is thrush dangerous?','7-is-thrush-dangerous','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Thrush is harmless but can be uncomfortable and recurring. Persistent cases may indicate an underlying health issue, so consult your GP if symptoms recur frequently.</span></p>',1,'2025-11-24 21:47:21','2025-11-24 21:47:21'),(288,'App\\Models\\Category',4,'8. Can I prevent thrush?','8-can-i-prevent-thrush','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Wear breathable underwear, avoid perfumed products, and maintain good hygiene to reduce recurrence risk.</span></p>',1,'2025-11-24 21:47:21','2025-11-24 21:47:21'),(289,'App\\Models\\Category',3,'2. What is Finasteride and how does it work?','2-what-is-finasteride-and-how-does-it-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Finasteride blocks the hormone</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">DHT</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, which causes hair follicle shrinkage in men, helping to reduce further hair loss and encourage regrowth.</span></p>',1,'2025-11-24 21:50:27','2025-11-24 22:56:57'),(290,'App\\Models\\Category',3,'3. What is Regaine (Minoxidil)?','3-what-is-regaine-minoxidil','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Regaine is a topical treatment that stimulates blood flow to the scalp, reactivating dormant hair follicles to promote new growth.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:50:27','2025-11-24 21:50:27'),(291,'App\\Models\\Category',3,'4. How long does it take to see results?','4-how-long-does-it-take-to-see-results','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Most users notice visible improvements within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">3 to 6 months</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">of consistent use.</span></p>',1,'2025-11-24 21:50:27','2025-11-24 22:56:57'),(292,'App\\Models\\Category',3,'5. Can women use Finasteride?','5-can-women-use-finasteride','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">No. Finasteride is suitable for men only and should not be used by women.</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Regaine for Women</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">is specifically formulated for female hair loss.</span></p>',1,'2025-11-24 21:50:27','2025-11-24 22:56:57'),(293,'App\\Models\\Category',3,'6. Can I combine treatments?','6-can-i-combine-treatments','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — Finasteride and Regaine can be safely used together for enhanced results, under professional guidance.</span></p>',1,'2025-11-24 21:50:27','2025-11-24 21:50:27'),(294,'App\\Models\\Category',3,'7. What happens if I stop treatment?','7-what-happens-if-i-stop-treatment','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Hair loss may gradually return within a few months after discontinuing treatment. Continuous use is recommended for long-term maintenance.</span></p>',1,'2025-11-24 21:50:27','2025-11-24 21:50:27'),(295,'App\\Models\\Category',3,'8. Are these treatments safe?','8-are-these-treatments-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes. All products available at</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">are</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">and prescribed following a medical assessment.</span></p>',1,'2025-11-24 21:50:27','2025-11-24 22:56:57'),(296,'App\\Models\\Category',2,'2. How effective are GLP-1 weight loss injections?','2-how-effective-are-glp-1-weight-loss-injections','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Clinical studies show</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">up to 15–22.5% reduction in body weight</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">when combined with healthy diet and exercise.</span></p>',1,'2025-11-24 21:53:18','2025-11-24 22:57:31'),(297,'App\\Models\\Category',2,'3. How do I use weight loss injections?','3-how-do-i-use-weight-loss-injections','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Each treatment comes as a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">once-weekly prefilled injection pen</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. You’ll receive detailed instructions and pharmacist guidance.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:53:18','2025-11-24 22:57:31'),(298,'App\\Models\\Category',2,'4. Are weight loss injections suitable for everyone?','4-are-weight-loss-injections-suitable-for-everyone','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">These treatments are suitable for adults with a</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">BMI of 30+</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">, or</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">27+ with a weight-related health condition</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">. You’ll complete a consultation to ensure suitability.</span></p>',1,'2025-11-24 21:53:18','2025-11-24 22:57:31'),(299,'App\\Models\\Category',2,'5. Are there any side effects?','5-are-there-any-side-effects','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Some users experience mild nausea or digestive changes when starting treatment. These effects are usually temporary and improve over time.</span></p>',1,'2025-11-24 21:53:18','2025-11-24 21:53:18'),(300,'App\\Models\\Category',2,'6. How long will it take to see results?','6-how-long-will-it-take-to-see-results','<p class=\"p\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Most users notice reduced appetite within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">weeks</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">, with visible weight loss typically observed within</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">1–3 months</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:53:18','2025-11-24 22:57:31'),(301,'App\\Models\\Category',2,'7. Do I need to follow a special diet?','7-do-i-need-to-follow-a-special-diet','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Yes — results are best achieved when combined with</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">balanced meals, portion control, and physical activity</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">.</span></p>',1,'2025-11-24 21:53:18','2025-11-24 22:57:31'),(302,'App\\Models\\Category',2,'8. Is my order confidential?','8-is-my-order-confidential','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">Absolutely. All treatments are shipped in</span><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><b><span class=\"16\" style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">plain, discreet packaging</span></b><span class=\"15\" style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'等线 Light\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;\"> </span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:宋体;\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:1.0000pt;\">with no external pharmacy branding.</span></p>',1,'2025-11-24 21:53:18','2025-11-24 22:57:31'),(303,'App\\Models\\Category',1,'3. How do ED tablets work?','3-how-do-ed-tablets-work','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">PDE5 inhibitors like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">sildenafil (Viagra)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">tadalafil (Cialis)</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> increase blood flow to the penis during sexual arousal, making it easier to get and maintain an erection.</span></p>',1,'2025-11-24 21:56:49','2025-11-24 22:58:07'),(304,'App\\Models\\Category',1,'4. How long do the effects last?','4-how-long-do-the-effects-last','<p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Viagra:</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> Works for around 4–6 hours.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cialis:</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> Lasts up to 36 hours (“the weekend pill”).</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p><p class=\"MsoNormal\" style=\"margin-top:5.0000pt;margin-bottom:5.0000pt;margin-left:36.0000pt;\r\nmso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0000pt;\r\ntab-stops:left blank 36.0000pt ;mso-list:l0 level1 lfo1;\"><!--[if !supportLists]--><span style=\"font-family:Symbol;mso-fareast-font-family:\'Times New Roman\';mso-bidi-font-family:Calibri;\r\ncolor:rgb(0,0,0);font-weight:bold;font-size:10.0000pt;\r\nmso-font-kerning:0.0000pt;\">· </span><!--[endif]--><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Spedra:</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> Starts working in as little as 15 minutes.</span><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"><o:p></o:p></span></p>',1,'2025-11-24 21:56:49','2025-11-24 22:58:07'),(305,'App\\Models\\Category',1,'5. Can I take ED medication every day?','5-can-i-take-ed-medication-every-day','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes, some treatments like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">Cialis Daily</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are designed for regular use, providing continuous readiness.</span></p>',1,'2025-11-24 21:56:49','2025-11-24 22:58:07'),(306,'App\\Models\\Category',1,'6. Is ED medication safe?','6-is-ed-medication-safe','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — all products supplied by </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">ifeelshy®</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> are </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">MHRA-approved</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> and prescribed only after a medical review to ensure safety.</span></p>',1,'2025-11-24 21:56:49','2025-11-24 22:58:07'),(307,'App\\Models\\Category',1,'7. Are there side effects?','7-are-there-side-effects','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Mild side effects can include headache, flushing, or dizziness. These are temporary and usually resolve quickly.</span></p>',1,'2025-11-24 21:56:49','2025-11-24 21:56:49'),(308,'App\\Models\\Category',1,'8. Is ED linked to other health conditions?','8-is-ed-linked-to-other-health-conditions','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">Yes — ED can sometimes indicate underlying conditions like </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">heart disease or diabetes</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">. If symptoms persist, speak to your GP.</span></p>',1,'2025-11-24 21:56:49','2025-11-24 22:58:07'),(309,'App\\Models\\Category',1,'9. How will my order be packaged?','9-how-will-my-order-be-packaged','<p class=\"MsoNormal\"><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\">All treatments are sent in </span><b><span style=\"font-family: Calibri; color: rgb(0, 0, 0); font-size: 16pt;\">plain, discreet packaging</span></b><span style=\"mso-spacerun:\'yes\';font-family:Calibri;mso-fareast-font-family:\'Times New Roman\';\r\ncolor:rgb(0,0,0);font-size:16.0000pt;mso-font-kerning:0.0000pt;\"> with no external pharmacy branding.</span></p>',1,'2025-11-24 21:56:49','2025-11-24 22:58:07');
/*!40000 ALTER TABLE `frequently_asked_questions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media`
--

DROP TABLE IF EXISTS `media`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `media` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) unsigned NOT NULL,
  `uuid` char(36) DEFAULT NULL,
  `collection_name` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `mime_type` varchar(255) DEFAULT NULL,
  `disk` varchar(255) NOT NULL,
  `conversions_disk` varchar(255) DEFAULT NULL,
  `size` bigint(20) unsigned NOT NULL,
  `manipulations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`manipulations`)),
  `custom_properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`custom_properties`)),
  `responsive_images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`responsive_images`)),
  `order_column` int(10) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `media_model_type_model_id_index` (`model_type`,`model_id`)
) ENGINE=InnoDB AUTO_INCREMENT=184 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media`
--

LOCK TABLES `media` WRITE;
/*!40000 ALTER TABLE `media` DISABLE KEYS */;
INSERT INTO `media` VALUES (1,'App\\Models\\Pages',1,'64831c19-3805-405a-80ed-387ee37cacc1','team_first_image','doctor2','doctor2.png','image/png','public','public',1110276,'[]','[]','[]',1,'2025-10-24 19:14:34','2025-10-24 19:14:34'),(2,'App\\Models\\Pages',1,'5c48b835-b282-430a-9d2a-54e9c526543b','second_team_image','doctor3','doctor3.png','image/png','public','public',779795,'[]','[]','[]',2,'2025-10-24 19:14:34','2025-10-24 19:14:34'),(3,'App\\Models\\Pages',1,'c04741e5-9593-4cd6-980d-1040adcbd518','third_team_image','doctor4','doctor4.png','image/png','public','public',189062,'[]','[]','[]',3,'2025-10-24 19:14:34','2025-10-24 19:14:34'),(4,'App\\Models\\Pages',1,'87525394-79db-4ad3-997b-9be92eff4c34','four_team_image','doctor5','doctor5.png','image/png','public','public',200817,'[]','[]','[]',4,'2025-10-24 19:14:34','2025-10-24 19:14:34'),(5,'App\\Models\\Pages',2,'54eb09a8-8d75-413f-bc41-2e12198bd1d1','service_first_image','home1','home1.png','image/png','public','public',90874,'[]','[]','[]',5,'2025-10-24 19:14:57','2025-10-24 19:14:57'),(6,'App\\Models\\Pages',2,'3fe54241-d27e-40f1-86c8-4ed7f1903b5e','second_service_image','home2','home2.png','image/png','public','public',115494,'[]','[]','[]',6,'2025-10-24 19:14:57','2025-10-24 19:14:57'),(7,'App\\Models\\Pages',2,'4fdea5d3-c7cd-4847-adea-51c8b877825d','third_service_image','home3','home3.png','image/png','public','public',100334,'[]','[]','[]',7,'2025-10-24 19:14:57','2025-10-24 19:14:57'),(8,'App\\Models\\Pages',4,'8b35333c-60f1-4b1a-96d8-0d98be79dadc','about_first_image','about1','about1.png','image/png','public','public',1230822,'[]','[]','[]',8,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(9,'App\\Models\\Pages',4,'aa8e0bd7-2939-49da-b21b-5c948ff35b59','about_second_image','about2','about2.png','image/png','public','public',375783,'[]','[]','[]',9,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(10,'App\\Models\\Pages',4,'cfa8abdb-3278-4b6e-974a-d087532cb890','about_third_image','about3','about3.png','image/png','public','public',375783,'[]','[]','[]',10,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(11,'App\\Models\\Pages',4,'eefb5629-3d13-4924-b350-656d2cf50795','about_company_information_first_image','about_4','about_4.png','image/png','public','public',1260159,'[]','[]','[]',11,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(12,'App\\Models\\Pages',4,'1754e65f-b5ae-4812-a16f-dddff5b107d4','about_company_information_second_image','google2','google2.png','image/png','public','public',55158,'[]','[]','[]',12,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(13,'App\\Models\\Pages',4,'a87e4e62-1131-4c04-9c37-67024e60ffb3','about_pharmacy_regulations_section_first_image','doctor3','doctor3.png','image/png','public','public',779795,'[]','[]','[]',13,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(14,'App\\Models\\Pages',4,'e33ae5db-78ab-4d0e-98ed-3082208fe413','about_pharmacy_regulations_section_second_image','doctor3','doctor3.png','image/png','public','public',779795,'[]','[]','[]',14,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(15,'App\\Models\\Pages',4,'d19dc35a-27f8-4a0b-a2af-f345168452af','about_short_section_image','registered_pharmacy','registered_pharmacy.png','image/png','public','public',716,'[]','[]','[]',15,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(16,'App\\Models\\Pages',4,'a9401735-e257-420d-a74d-32c1bde01ef3','about_how_does_it_work_section_video','How it works','How-it-works.mp4','video/mp4','public','public',4530386,'[]','[]','[]',16,'2025-10-24 19:17:02','2025-10-24 19:17:02'),(17,'App\\Models\\Pages',5,'a168ec9b-bf95-485e-86ec-439e51ede372','second_contact_image','contact','contact.png','image/png','public','public',1179881,'[]','[]','[]',17,'2025-10-24 19:19:18','2025-10-24 19:19:18'),(18,'App\\Models\\Category',1,'0f1a361d-5573-4929-ad74-e283fb361dd1','category_image','erectile-dysfunction-332','erectile-dysfunction-332.webp','image/webp','public','public',7020,'[]','[]','[]',18,'2025-10-24 19:50:56','2025-10-24 19:50:56'),(19,'App\\Models\\RelatedArticle',1,'16364cff-0d68-43e1-b1f0-c77a67e54b5c','related_articles_image','viagra-and-sildenafil-comparison','viagra-and-sildenafil-comparison.jpg','image/jpeg','public','public',40938,'[]','[]','[]',19,'2025-10-24 19:50:57','2025-10-24 19:50:57'),(20,'App\\Models\\Category',2,'b3174235-1e03-4f1e-8388-e9c781171d66','category_image','weight-loss-332','weight-loss-332.webp','image/webp','public','public',6654,'[]','[]','[]',20,'2025-10-24 20:13:43','2025-10-24 20:13:43'),(21,'App\\Models\\RelatedArticle',2,'1863827c-b2a9-47d5-a604-f2af7d5502c8','related_articles_image','mounjaro-weight-loss-pen.jpg.pagespeed.ce.axz2rqvkbD','mounjaro-weight-loss-pen.jpg.pagespeed.ce.axz2rqvkbD.jpg','image/jpeg','public','public',22879,'[]','[]','[]',21,'2025-10-24 20:13:43','2025-10-24 20:13:43'),(22,'App\\Models\\Category',3,'1f8fd497-7feb-4db0-8510-01048d0c71b5','category_image','hair-loss-332','hair-loss-332.webp','image/webp','public','public',4636,'[]','[]','[]',22,'2025-10-24 20:30:57','2025-10-24 20:30:57'),(23,'App\\Models\\RelatedArticle',3,'e6b30d1a-a530-4764-b983-0d43185d0ee6','related_articles_image','hairloss-my-options.jpg.pagespeed.ce.I8CB280EKw','hairloss-my-options.jpg.pagespeed.ce.I8CB280EKw.jpg','image/jpeg','public','public',62616,'[]','[]','[]',23,'2025-10-24 20:30:57','2025-10-24 20:30:57'),(24,'App\\Models\\Category',4,'b20551f0-d752-452f-997a-22ababb538e2','category_image','thrush-332','thrush-332.webp','image/webp','public','public',6634,'[]','[]','[]',24,'2025-10-24 20:48:46','2025-10-24 20:48:46'),(25,'App\\Models\\RelatedArticle',4,'d26924e7-c077-4119-83aa-1917a166c42f','related_articles_image','treatments-for-thrush.jpg.pagespeed.ce.ne7a66viMB','treatments-for-thrush.jpg.pagespeed.ce.ne7a66viMB.jpg','image/jpeg','public','public',64484,'[]','[]','[]',25,'2025-10-24 20:48:46','2025-10-24 20:48:46'),(26,'App\\Models\\Category',5,'cf754c23-a3c8-4931-acda-1fc826685d6f','category_image','genital-herpes-332','genital-herpes-332.webp','image/webp','public','public',7210,'[]','[]','[]',26,'2025-10-24 20:52:15','2025-10-24 20:52:15'),(27,'App\\Models\\RelatedArticle',5,'476b6797-a441-4ea8-8c09-f703f80d7e3d','related_articles_image','genital-herpes-faqs','genital-herpes-faqs.jpg','image/jpeg','public','public',43706,'[]','[]','[]',27,'2025-10-24 20:52:15','2025-10-24 20:52:15'),(28,'App\\Models\\Category',6,'803629f3-efef-43d2-a041-80d57e33fd58','category_image','period-delay-332','period-delay-332.webp','image/webp','public','public',6222,'[]','[]','[]',28,'2025-10-24 21:02:27','2025-10-24 21:02:27'),(29,'App\\Models\\RelatedArticle',6,'76568a44-f79c-4b75-8ceb-6eba8b68c49f','related_articles_image','xperiod-delay-safest-methods.jpg.pagespeed.ic.CO7-SpD9It','xperiod-delay-safest-methods.jpg.pagespeed.ic.CO7-SpD9It.jpg','image/jpeg','public','public',54142,'[]','[]','[]',29,'2025-10-24 21:02:27','2025-10-24 21:02:27'),(30,'App\\Models\\Category',7,'9b249aad-ef6a-4dd8-93af-f2416577da3e','category_image','migraine-332','migraine-332.webp','image/webp','public','public',6940,'[]','[]','[]',30,'2025-10-24 21:11:52','2025-10-24 21:11:52'),(31,'App\\Models\\Category',8,'d2b8e49a-ae0d-4636-8066-54318b690956','category_image','vitamins-332','vitamins-332.webp','image/webp','public','public',13114,'[]','[]','[]',31,'2025-10-24 21:35:39','2025-10-24 21:35:39'),(32,'App\\Models\\RelatedArticle',7,'48fbb19e-60a7-41e6-b229-ed0e9762fa11','related_articles_image','vitamins-and-minerals-catalogue-main','vitamins-and-minerals-catalogue-main.jpg','image/jpeg','public','public',71780,'[]','[]','[]',32,'2025-10-24 21:35:39','2025-10-24 21:35:39'),(33,'App\\Models\\Category',9,'c57cd451-0709-459d-884e-1dba965d0bb1','category_image','premature-ejaculation-332','premature-ejaculation-332.webp','image/webp','public','public',8106,'[]','[]','[]',33,'2025-10-24 21:38:43','2025-10-24 21:38:43'),(34,'App\\Models\\RelatedArticle',8,'ad1e86b5-387f-4fdb-a599-f9ef928b8232','related_articles_image','PE-help','PE-help.jpg','image/jpeg','public','public',46807,'[]','[]','[]',34,'2025-10-24 21:38:43','2025-10-24 21:38:43'),(35,'App\\Models\\Category',10,'56eafd0f-3763-4b8b-8212-cb7d89713468','category_image','pain-relief-332','pain-relief-332.webp','image/webp','public','public',8140,'[]','[]','[]',35,'2025-10-24 21:50:02','2025-10-24 21:50:02'),(36,'App\\Models\\RelatedArticle',9,'d1e6c011-322c-47c3-aa1c-61d04c916702','related_articles_image','pain-management-methods','pain-management-methods.jpg','image/jpeg','public','public',67439,'[]','[]','[]',36,'2025-10-24 21:50:02','2025-10-24 21:50:02'),(37,'App\\Models\\Category',11,'68cd7cd8-0254-40b5-aab2-e67cecf9a92c','category_image','cold-sore-332','cold-sore-332.webp','image/webp','public','public',9940,'[]','[]','[]',37,'2025-10-24 21:52:53','2025-10-24 21:52:53'),(38,'App\\Models\\RelatedArticle',10,'d7086efe-cb30-4c99-bca0-49946c00ec50','related_articles_image','cold-sore-treatment.jpg.pagespeed.ce.s2s22KoQz4','cold-sore-treatment.jpg.pagespeed.ce.s2s22KoQz4.jpg','image/jpeg','public','public',49349,'[]','[]','[]',38,'2025-10-24 21:52:53','2025-10-24 21:52:53'),(39,'App\\Models\\Category',12,'598bc2b7-1fe8-439e-8956-a27c3a1655db','category_image','morning-after-pill-332','morning-after-pill-332.webp','image/webp','public','public',9472,'[]','[]','[]',39,'2025-10-24 22:01:08','2025-10-24 22:01:08'),(40,'App\\Models\\RelatedArticle',11,'096cbfc6-8bd9-4af1-9045-991c9a207808','related_articles_image','period-delay-332','period-delay-332.webp','image/webp','public','public',6222,'[]','[]','[]',40,'2025-10-24 22:01:08','2025-10-24 22:01:08'),(41,'App\\Models\\Category',13,'d52fae60-704f-4261-bf22-afec107ed119','category_image','menopause-360@2x','menopause-360@2x.webp','image/webp','public','public',21236,'[]','[]','[]',41,'2025-10-24 22:17:21','2025-10-24 22:17:21'),(42,'App\\Models\\RelatedArticle',12,'9f10ea02-c0ee-4906-9bbd-393309a942ab','related_articles_image','menopause-360@2x','menopause-360@2x.webp','image/webp','public','public',21236,'[]','[]','[]',42,'2025-10-24 22:17:21','2025-10-24 22:17:21'),(43,'App\\Models\\Category',14,'6f423ef7-ad4b-4fc0-9b90-e72fdfee7f8e','category_image','asthma-332','asthma-332.webp','image/webp','public','public',8558,'[]','[]','[]',43,'2025-10-24 22:19:31','2025-10-24 22:19:31'),(44,'App\\Models\\RelatedArticle',13,'d0825e63-3f8b-4841-a421-565d085dccfd','related_articles_image','asthma-guide.jpg.pagespeed.ce.TNsq0eHHYT','asthma-guide.jpg.pagespeed.ce.TNsq0eHHYT.jpg','image/jpeg','public','public',69633,'[]','[]','[]',44,'2025-10-24 22:19:31','2025-10-24 22:19:31'),(45,'App\\Models\\Category',15,'d6a42dfb-fe7a-456b-9d9a-fca3489670e5','category_image','stop-smoking-332','stop-smoking-332.webp','image/webp','public','public',8034,'[]','[]','[]',45,'2025-10-24 22:21:38','2025-10-24 22:21:38'),(46,'App\\Models\\RelatedArticle',14,'bfe54385-4e53-4d88-8a87-6c7eac5a4e04','related_articles_image','varenicline-quit-smoking','varenicline-quit-smoking.jpg','image/jpeg','public','public',38192,'[]','[]','[]',46,'2025-10-24 22:21:38','2025-10-24 22:21:38'),(47,'App\\Models\\Category',16,'48bf6136-b679-4bfe-8a21-af6e74e4f802','category_image','hay-fever-332','hay-fever-332.webp','image/webp','public','public',10886,'[]','[]','[]',47,'2025-10-24 22:31:09','2025-10-24 22:31:09'),(48,'App\\Models\\RelatedArticle',15,'2f1a66d2-d03e-4120-bed5-8a67c8f182e5','related_articles_image','beat-hay-fever.jpg.pagespeed.ce.R6R_wB_VRr','beat-hay-fever.jpg.pagespeed.ce.R6R_wB_VRr.jpg','image/jpeg','public','public',67911,'[]','[]','[]',48,'2025-10-24 22:31:09','2025-10-24 22:31:09'),(49,'App\\Models\\Category',17,'32c6a0be-6b8e-4b34-a7b8-a0270557ec8e','category_image','sexual-health-332','sexual-health-332.webp','image/webp','public','public',7394,'[]','[]','[]',49,'2025-10-24 22:43:07','2025-10-24 22:43:07'),(50,'App\\Models\\RelatedArticle',16,'d6f26918-2428-439b-ab2a-6f833f8a2969','related_articles_image','STI-Complete-Guide','STI-Complete-Guide.jpg','image/jpeg','public','public',80239,'[]','[]','[]',50,'2025-10-24 22:43:07','2025-10-24 22:43:07'),(51,'App\\Models\\Category',18,'22533921-2d61-4b54-9217-f228235c6a69','category_image','genital-warts-332','genital-warts-332.webp','image/webp','public','public',10158,'[]','[]','[]',51,'2025-10-24 22:44:53','2025-10-24 22:44:53'),(52,'App\\Models\\Category',19,'76841b2e-289a-40a2-adda-4c956df84c16','category_image','jet-lag-332','jet-lag-332.webp','image/webp','public','public',5770,'[]','[]','[]',52,'2025-10-24 23:03:38','2025-10-24 23:03:38'),(53,'App\\Models\\RelatedArticle',17,'50c83e8d-24cd-47d2-a0ff-e04690c63cac','related_articles_image','beat-jet-lag-like-a-pro','beat-jet-lag-like-a-pro.jpg','image/jpeg','public','public',47251,'[]','[]','[]',53,'2025-10-24 23:03:38','2025-10-24 23:03:38'),(54,'App\\Models\\Category',20,'c02d3f6e-7646-47b3-957d-facc18b21ab6','category_image','sleep-332','sleep-332.webp','image/webp','public','public',5028,'[]','[]','[]',54,'2025-10-24 23:05:36','2025-10-24 23:05:36'),(55,'App\\Models\\RelatedArticle',18,'f3917d6d-d4e0-4ac4-8bb5-050c49993f14','related_articles_image','improvements-for-your-sleep-quality','improvements-for-your-sleep-quality.jpg','image/jpeg','public','public',33386,'[]','[]','[]',55,'2025-10-24 23:05:36','2025-10-24 23:05:36'),(56,'App\\Models\\Category',21,'1f7a1df4-b11b-4854-ad44-b6605d8f73da','category_image','digestive-332','digestive-332.webp','image/webp','public','public',7472,'[]','[]','[]',56,'2025-10-24 23:07:22','2025-10-24 23:07:22'),(57,'App\\Models\\RelatedArticle',19,'5913b47d-6650-4fcb-90ee-83988e340b6b','related_articles_image','digestive-health-guide','digestive-health-guide.jpg','image/jpeg','public','public',58572,'[]','[]','[]',57,'2025-10-24 23:07:22','2025-10-24 23:07:22'),(61,'App\\Models\\Product',3,'23ad2fce-32d9-4fce-8718-4825364e2793','product_main_image','sumatriptan-l-36425','sumatriptan-l-36425.webp','image/webp','public','public',4272,'[]','[]','[]',59,'2025-10-26 11:11:06','2025-10-26 11:11:06'),(62,'App\\Models\\ProductVariation',3,'dd18a0b9-3000-49dd-8880-9e677e243931','variation_image','sumatriptan-l-36425','sumatriptan-l-36425.webp','image/webp','public','public',4272,'[]','[]','[]',60,'2025-10-26 11:11:06','2025-10-26 11:11:06'),(63,'App\\Models\\ProductVariation',4,'3ba9bfa9-3b27-4c5a-9a03-e61040e24e3f','variation_image','sumatriptan-l-36425','sumatriptan-l-36425.webp','image/webp','public','public',4272,'[]','[]','[]',61,'2025-10-26 11:11:06','2025-10-26 11:11:06'),(66,'App\\Models\\Product',5,'11e0cac4-7af4-475b-8779-8675389a866f','product_main_image','onevit-testosterone-support-x-36509','onevit-testosterone-support-x-36509.webp','image/webp','public','public',5790,'[]','[]','[]',62,'2025-10-26 11:20:30','2025-10-26 11:20:30'),(67,'App\\Models\\Product',6,'0520bc1e-1398-4680-a3cc-ddfb72e665df','product_main_image','orlistat-l-35328','orlistat-l-35328.webp','image/webp','public','public',6316,'[]','[]','[]',63,'2025-10-26 11:24:12','2025-10-26 11:24:12'),(68,'App\\Models\\BrandOption',1,'283478e3-e221-4f83-be53-57dcac53bbb9','brand_option_image','finasteride-l-36279','finasteride-l-36279.webp','image/webp','public','public',7118,'[]','[]','[]',64,'2025-10-26 11:27:36','2025-10-26 11:27:36'),(69,'App\\Models\\BrandOption',2,'6a09ed4f-bba2-4c70-9f6f-797517519b60','brand_option_image','finasteride-l-36279','finasteride-l-36279.webp','image/webp','public','public',7118,'[]','[]','[]',65,'2025-10-26 11:27:36','2025-10-26 11:27:36'),(70,'App\\Models\\Product',7,'af0fce55-0703-4ae2-87cc-24719e85a30f','product_main_image','finasteride-l-36279','finasteride-l-36279.webp','image/webp','public','public',7118,'[]','[]','[]',66,'2025-10-26 11:29:05','2025-10-26 11:29:05'),(71,'App\\Models\\Product',8,'01dd6854-55c5-4efc-8b73-e405abaaacdd','product_main_image','clotrimazole-external-1-l-36248','clotrimazole-external-1-l-36248.webp','image/webp','public','public',11440,'[]','[]','[]',67,'2025-10-26 11:31:41','2025-10-26 11:31:41'),(72,'App\\Models\\Product',9,'041a522d-7398-4e3f-912d-8fa2897909e9','product_main_image','viagra-x-35293','viagra-x-35293.webp','image/webp','public','public',35934,'[]','[]','[]',68,'2025-10-26 11:38:40','2025-10-26 11:38:40'),(73,'App\\Models\\ProductVariation',7,'c55b5179-6a80-40e1-bb56-bd00700d5a2c','variation_image','viagra-x-35293 (1)','viagra-x-35293-(1).webp','image/webp','public','public',35934,'[]','[]','[]',69,'2025-10-26 11:38:40','2025-10-26 11:38:40'),(74,'App\\Models\\ProductVariation',8,'84b9bd2e-96cb-4281-b239-721f6a8e0f69','variation_image','viagra-x-35293','viagra-x-35293.webp','image/webp','public','public',35934,'[]','[]','[]',70,'2025-10-26 11:38:40','2025-10-26 11:38:40'),(75,'App\\Models\\Product',10,'3e98c740-b9b5-4333-a377-614696fb5e2c','product_main_image','stud-100-l-35530','stud-100-l-35530.webp','image/webp','public','public',7672,'[]','[]','[]',71,'2025-10-26 11:41:59','2025-10-26 11:41:59'),(76,'App\\Models\\Product',11,'00bd7cd8-dd35-461c-8e3a-65e34e617009','product_main_image','paracetamol-l-36229','paracetamol-l-36229.webp','image/webp','public','public',20438,'[]','[]','[]',72,'2025-10-26 11:47:33','2025-10-26 11:47:33'),(77,'App\\Models\\BrandOption',3,'05e26097-8d06-49d3-a4cc-df519237af5d','brand_option_image','aciclovir-x-36191','aciclovir-x-36191.webp','image/webp','public','public',11190,'[]','[]','[]',73,'2025-10-26 11:51:14','2025-10-26 11:51:14'),(78,'App\\Models\\BrandOption',4,'6758dfe2-666e-4a0f-b2f8-20d7294d56f8','brand_option_image','aciclovir-x-36191','aciclovir-x-36191.webp','image/webp','public','public',11190,'[]','[]','[]',74,'2025-10-26 11:51:14','2025-10-26 11:51:14'),(79,'App\\Models\\Product',12,'d7a1e1f3-21cc-4d6f-ac19-377ec79f5ac4','product_main_image','aciclovir-x-36191','aciclovir-x-36191.webp','image/webp','public','public',11190,'[]','[]','[]',75,'2025-10-26 11:52:06','2025-10-26 11:52:06'),(80,'App\\Models\\Product',13,'6357f4e7-a524-4960-880b-841462ec9314','product_main_image','ellaone-l-36221','ellaone-l-36221.webp','image/webp','public','public',24540,'[]','[]','[]',76,'2025-10-26 11:54:34','2025-10-26 11:54:34'),(81,'App\\Models\\Product',14,'7aca55be-8095-4165-8567-577d34061a6a','product_main_image','gina-l-36330','gina-l-36330.webp','image/webp','public','public',14916,'[]','[]','[]',77,'2025-10-26 11:57:38','2025-10-26 11:57:38'),(82,'App\\Models\\Product',15,'c8a3c574-74d5-458e-985c-177f983a8348','product_main_image','norethisterone-l-35144','norethisterone-l-35144.webp','image/webp','public','public',8702,'[]','[]','[]',78,'2025-10-26 12:24:57','2025-10-26 12:24:57'),(83,'App\\Models\\Category',22,'f0a69784-50bc-406a-b01a-bf498c0134b1','category_image','condoms-360@2x (1)','condoms-360@2x-(1).webp','image/webp','public','public',28520,'[]','[]','[]',79,'2025-10-29 19:39:03','2025-10-29 19:39:03'),(84,'App\\Models\\Category',23,'40f9b854-af7e-4c85-a011-c210d0e06288','category_image','lube-360@2x','lube-360@2x.webp','image/webp','public','public',24138,'[]','[]','[]',80,'2025-10-29 19:43:33','2025-10-29 19:43:33'),(85,'App\\Models\\Category',24,'05e7eb2a-5cee-4b26-82c6-daa635b1577f','category_image','youngm','youngm.jpg','image/jpeg','public','public',25949,'[]','[]','[]',81,'2025-10-29 19:47:09','2025-10-29 19:47:09'),(86,'App\\Models\\RelatedArticle',20,'a245c98d-6072-4a16-ae9d-e986a0baf2a2','related_articles_image','mounjaro-weight-loss-pen.jpg.pagespeed.ce.axz2rqvkbD','mounjaro-weight-loss-pen.jpg.pagespeed.ce.axz2rqvkbD.jpg','image/jpeg','public','public',22879,'[]','[]','[]',82,'2025-10-29 19:47:09','2025-10-29 19:47:09'),(87,'App\\Models\\Category',25,'ca702284-447f-4641-800d-8b129fec8573','category_image','urinary-tract-infection-360@2x','urinary-tract-infection-360@2x.webp','image/webp','public','public',16378,'[]','[]','[]',83,'2025-10-29 20:27:21','2025-10-29 20:27:21'),(88,'App\\Models\\RelatedArticle',21,'dbb7ab5f-c631-474d-8d23-661d632737f6','related_articles_image','female-hygiene-v2.jpg.pagespeed.ce.aIU3QU3REP','female-hygiene-v2.jpg.pagespeed.ce.aIU3QU3REP.jpg','image/jpeg','public','public',61645,'[]','[]','[]',84,'2025-10-29 20:27:21','2025-10-29 20:27:21'),(89,'App\\Models\\Category',26,'1a8995f5-91bf-476e-85a2-a793d8b23633','category_image','contraceptive-pill-360@2x','contraceptive-pill-360@2x.webp','image/webp','public','public',31670,'[]','[]','[]',85,'2025-10-29 20:29:57','2025-10-29 20:29:57'),(90,'App\\Models\\RelatedArticle',22,'6c50fe88-74a6-4c17-9d2a-d41e145ae341','related_articles_image','Hana-Contraceptive-Mini-Pill','Hana-Contraceptive-Mini-Pill.jpg','image/jpeg','public','public',50183,'[]','[]','[]',86,'2025-10-29 20:29:57','2025-10-29 20:29:57'),(91,'App\\Models\\Category',27,'05d0555d-d220-4a33-b61b-52feb897938a','category_image','womens-health-360@2x','womens-health-360@2x.webp','image/webp','public','public',13498,'[]','[]','[]',87,'2025-10-29 20:33:35','2025-10-29 20:33:35'),(92,'App\\Models\\RelatedArticle',23,'ff8f9447-9a84-4fbd-b2a2-501557cc2509','related_articles_image','female-hygiene-v2.jpg.pagespeed.ce.aIU3QU3REP','female-hygiene-v2.jpg.pagespeed.ce.aIU3QU3REP.jpg','image/jpeg','public','public',61645,'[]','[]','[]',88,'2025-10-29 20:33:35','2025-10-29 20:33:35'),(93,'App\\Models\\Category',28,'a7607249-3930-45d5-977f-4200f27d2546','category_image','middf.youngf-360@2x (1)','middf.youngf-360@2x-(1).webp','image/webp','public','public',46588,'[]','[]','[]',89,'2025-10-29 20:37:39','2025-10-29 20:37:39'),(94,'App\\Models\\Category',29,'52201d08-ad73-4b13-a8f1-45887287cbdb','category_image','acid-reflux-360@2x','acid-reflux-360@2x.webp','image/webp','public','public',41348,'[]','[]','[]',90,'2025-10-29 20:41:30','2025-10-29 20:41:30'),(95,'App\\Models\\RelatedArticle',25,'e2e811c7-7979-4296-9789-e66d4f2f1309','related_articles_image','digestive-health-guide','digestive-health-guide.jpg','image/jpeg','public','public',58572,'[]','[]','[]',91,'2025-10-29 20:41:31','2025-10-29 20:41:31'),(96,'App\\Models\\Category',30,'4cf76268-f9f3-44b0-9e3b-495ee172ec91','category_image','antifungal-360@2x','antifungal-360@2x.webp','image/webp','public','public',27562,'[]','[]','[]',92,'2025-10-29 20:50:33','2025-10-29 20:50:33'),(97,'App\\Models\\RelatedArticle',26,'b5b4df19-0e6b-4c04-adc1-5c2e980cf559','related_articles_image','fungal-nail-infections.jpg.pagespeed.ce.icUJ8SAOMM','fungal-nail-infections.jpg.pagespeed.ce.icUJ8SAOMM.jpg','image/jpeg','public','public',99189,'[]','[]','[]',93,'2025-10-29 20:50:33','2025-10-29 20:50:33'),(98,'App\\Models\\Category',31,'ff7aaaa7-5fc9-433a-98eb-0c05c4d5ee59','category_image','flu-360@2x','flu-360@2x.webp','image/webp','public','public',27364,'[]','[]','[]',94,'2025-10-29 20:52:17','2025-10-29 20:52:17'),(99,'App\\Models\\RelatedArticle',27,'96c4771b-1f3b-4097-9fb2-e11afd6c6830','related_articles_image','flu-season-preparation','flu-season-preparation.jpg','image/jpeg','public','public',77812,'[]','[]','[]',95,'2025-10-29 20:52:17','2025-10-29 20:52:17'),(100,'App\\Models\\Category',32,'a38412e5-8869-49aa-9152-c720271b562f','category_image','diabetes-360@2x','diabetes-360@2x.webp','image/webp','public','public',16510,'[]','[]','[]',96,'2025-10-29 21:01:11','2025-10-29 21:01:11'),(101,'App\\Models\\Category',33,'008c782e-c541-4362-9e78-22a31bcc06e7','category_image','ear-care-360@2x','ear-care-360@2x.webp','image/webp','public','public',21350,'[]','[]','[]',97,'2025-10-29 21:02:04','2025-10-29 21:02:04'),(102,'App\\Models\\Category',34,'39305164-ddff-4d12-982c-a04be609bb76','category_image','electricals-360@2x','electricals-360@2x.webp','image/webp','public','public',20194,'[]','[]','[]',98,'2025-10-29 21:03:06','2025-10-29 21:03:06'),(103,'App\\Models\\Category',35,'73327844-1c85-4b6a-ab71-bcb6d19589bd','category_image','eye-care-360@2x','eye-care-360@2x.webp','image/webp','public','public',18276,'[]','[]','[]',99,'2025-10-29 21:04:08','2025-10-29 21:04:08'),(104,'App\\Models\\Category',36,'6cc84e1b-c923-4f7b-84ff-fb197852ae50','category_image','nail-infection-360@2x','nail-infection-360@2x.webp','image/webp','public','public',25086,'[]','[]','[]',100,'2025-10-29 21:06:59','2025-10-29 21:06:59'),(105,'App\\Models\\RelatedArticle',28,'357fe6f9-adef-40e2-849a-83f819ab67fc','related_articles_image','fungal-nail-infections.jpg.pagespeed.ce.icUJ8SAOMM','fungal-nail-infections.jpg.pagespeed.ce.icUJ8SAOMM.jpg','image/jpeg','public','public',99189,'[]','[]','[]',101,'2025-10-29 21:06:59','2025-10-29 21:06:59'),(106,'App\\Models\\Category',37,'efa3cb7e-b4b1-47fa-892c-c6b1861d9865','category_image','haemorrhoids-360@2x','haemorrhoids-360@2x.webp','image/webp','public','public',16438,'[]','[]','[]',102,'2025-10-29 21:15:02','2025-10-29 21:15:02'),(107,'App\\Models\\RelatedArticle',29,'f0215658-801e-4982-8803-62f7311b53f5','related_articles_image','digestive-health-guide (1)','digestive-health-guide-(1).jpg','image/jpeg','public','public',58572,'[]','[]','[]',103,'2025-10-29 21:15:02','2025-10-29 21:15:02'),(108,'App\\Models\\Category',38,'56ba53ae-37e0-426d-8739-94c50483184d','category_image','scabies-360@2x (1)','scabies-360@2x-(1).webp','image/webp','public','public',24448,'[]','[]','[]',104,'2025-10-29 21:16:06','2025-10-29 21:16:06'),(109,'App\\Models\\Category',39,'3cc507ee-fa44-46c9-9a04-b91d8271a53b','category_image','testingkits-360@2x','testingkits-360@2x.webp','image/webp','public','public',20698,'[]','[]','[]',105,'2025-10-29 21:19:54','2025-10-29 21:19:54'),(110,'App\\Models\\Category',40,'3f3143f7-a5b3-43b5-b6a2-9a1f13a705b1','category_image','constipation-360@2x','constipation-360@2x.webp','image/webp','public','public',18448,'[]','[]','[]',106,'2025-10-29 21:35:25','2025-10-29 21:35:25'),(111,'App\\Models\\RelatedArticle',30,'c6bfc1a0-8cf1-47a3-be2f-426f41509054','related_articles_image','digestive-health-guide','digestive-health-guide.jpg','image/jpeg','public','public',58572,'[]','[]','[]',107,'2025-10-29 21:35:25','2025-10-29 21:35:25'),(112,'App\\Models\\Category',41,'2fd4ff06-9cab-423f-ba71-4a5e4fd94122','category_image','diarrhoea-360@2x','diarrhoea-360@2x.webp','image/webp','public','public',21006,'[]','[]','[]',108,'2025-10-29 21:37:10','2025-10-29 21:37:10'),(113,'App\\Models\\RelatedArticle',31,'05e47587-6e77-41a2-a011-4a4257b6f304','related_articles_image','digestive-health-guide (1)','digestive-health-guide-(1).jpg','image/jpeg','public','public',58572,'[]','[]','[]',109,'2025-10-29 21:37:10','2025-10-29 21:37:10'),(114,'App\\Models\\Category',42,'07ebb836-d605-4e92-85cc-6682e1c62420','category_image','ibs-360@2x','ibs-360@2x.webp','image/webp','public','public',27388,'[]','[]','[]',110,'2025-10-29 21:39:12','2025-10-29 21:39:12'),(115,'App\\Models\\Category',43,'9358f8e0-90b9-4825-9b93-594e1cfe15f2','category_image','anti-malaria-360@2x','anti-malaria-360@2x.webp','image/webp','public','public',23260,'[]','[]','[]',111,'2025-10-29 21:41:29','2025-10-29 21:41:29'),(116,'App\\Models\\RelatedArticle',32,'a5dac311-e7ae-47be-8aac-0613ac6d0aba','related_articles_image','how-to-protect-yourself-from-malaria','how-to-protect-yourself-from-malaria.jpg','image/jpeg','public','public',41843,'[]','[]','[]',112,'2025-10-29 21:41:29','2025-10-29 21:41:29'),(117,'App\\Models\\Category',44,'57eac581-8c15-437e-86d4-c792dc9f13e0','category_image','ppe-360@2x','ppe-360@2x.webp','image/webp','public','public',32032,'[]','[]','[]',113,'2025-10-29 21:49:36','2025-10-29 21:49:36'),(118,'App\\Models\\RelatedArticle',33,'0421df37-760a-465a-b8f3-4d06ef36e264','related_articles_image','masks-with-valves-are-being-banned-top','masks-with-valves-are-being-banned-top.jpg','image/jpeg','public','public',71591,'[]','[]','[]',114,'2025-10-29 21:49:36','2025-10-29 21:49:36'),(119,'App\\Models\\Category',45,'ff216f0d-f24e-43b0-9ddd-94ec59f2424b','category_image','acne-360@2x','acne-360@2x.webp','image/webp','public','public',18988,'[]','[]','[]',115,'2025-10-29 21:53:27','2025-10-29 21:53:27'),(120,'App\\Models\\RelatedArticle',34,'6106042c-457c-49af-9cb9-71add0b73acd','related_articles_image','acne-treatment-for-all','acne-treatment-for-all.jpg','image/jpeg','public','public',66627,'[]','[]','[]',116,'2025-10-29 21:53:27','2025-10-29 21:53:27'),(121,'App\\Models\\Category',46,'8f41841f-72aa-41eb-a112-76c0d4bc0189','category_image','eczema-360@2x','eczema-360@2x.webp','image/webp','public','public',12038,'[]','[]','[]',117,'2025-10-29 22:08:56','2025-10-29 22:08:56'),(122,'App\\Models\\RelatedArticle',35,'e2ffedac-b2ec-4ee5-872f-2569c5356e2d','related_articles_image','xeczema-faqs.jpg.pagespeed.ic.VY1zLpgvOX','xeczema-faqs.jpg.pagespeed.ic.VY1zLpgvOX.jpg','image/jpeg','public','public',45506,'[]','[]','[]',118,'2025-10-29 22:08:56','2025-10-29 22:08:56'),(123,'App\\Models\\Category',47,'3ca2eb25-48dc-4760-aa84-9ddb39b36a4f','category_image','hand-cream-360@2x','hand-cream-360@2x.webp','image/webp','public','public',29984,'[]','[]','[]',119,'2025-10-29 22:10:00','2025-10-29 22:10:00'),(124,'App\\Models\\Category',48,'60da8090-9ae3-422e-9634-0a3af940e367','category_image','moisturiser-360@2x','moisturiser-360@2x.webp','image/webp','public','public',12240,'[]','[]','[]',120,'2025-10-29 22:10:58','2025-10-29 22:10:58'),(125,'App\\Models\\Category',49,'85e4a5c5-5698-4ec4-aac6-6d449d6ac5be','category_image','sun-cream-360@2x','sun-cream-360@2x.webp','image/webp','public','public',28430,'[]','[]','[]',121,'2025-10-29 22:12:00','2025-10-29 22:12:00'),(126,'App\\Models\\Setting',1,'19fd66cc-f291-4d17-b552-2565e29e0647','logo','Logo_ifeelshy-05','Logo_ifeelshy-05.png','image/png','public','public',101677,'[]','[]','[]',122,'2025-11-01 20:44:38','2025-11-01 20:44:38'),(127,'App\\Models\\Setting',1,'6329ac1e-a595-4ed3-9341-4801b9195972','footer_logo','Logo_ifeelshy-05','Logo_ifeelshy-05.png','image/png','public','public',101677,'[]','[]','[]',123,'2025-11-01 20:44:38','2025-11-01 20:44:38'),(128,'App\\Models\\Pages',6,'aec1af77-803b-41fd-a56d-1586dfa28291','online_consultation_sections_dr_image','doctor2','doctor2.png','image/png','public','public',1110276,'[]','[]','[]',124,'2025-11-01 22:51:52','2025-11-01 22:51:52'),(129,'App\\Models\\RelatedArticle',36,'859153d9-37fa-4e40-b6ad-da414c8fb3ff','related_articles_image','Max-R_Headshot (1)','Max-R_Headshot-(1).jpg','image/jpeg','public','public',124181,'[]','[]','[]',125,'2025-11-03 21:00:17','2025-11-03 21:00:17'),(133,'App\\Models\\Articles',4,'692bbff3-34bb-428e-8ad9-8ffc547fde97','articles_image','mom-3','mom-3.jpg','image/jpeg','public','public',406837,'[]','[]','[]',127,'2025-11-10 21:56:31','2025-11-10 21:56:31'),(134,'App\\Models\\Articles',2,'d7987380-7ab1-4312-ac74-223ed9bdc6c8','articles_image','man-happy-businessman-american-business_1303-2140 (1)','man-happy-businessman-american-business_1303-2140-(1).jpg','image/jpeg','public','public',62502,'[]','[]','[]',128,'2025-11-20 21:22:36','2025-11-20 21:22:36'),(136,'App\\Models\\Product',17,'dca29723-c69c-4497-ac6b-bda99afefcd3','product_main_image','261880','261880.png','image/png','public','public',102268,'[]','[]','[]',129,'2025-12-17 20:56:50','2025-12-17 20:56:50'),(137,'App\\Models\\ProductVariation',9,'11459bf5-1500-45b3-be0c-12af81e15e48','variation_image','iron-man-halmet','iron-man-halmet.jfif','image/jpeg','public','public',506941,'[]','[]','[]',130,'2025-12-17 20:56:50','2025-12-17 20:56:50'),(138,'App\\Models\\Product',18,'0ec78d84-7314-4c93-af68-32ce25b4efe5','product_main_image','durex-thin-feel-x12-x-36355','durex-thin-feel-x12-x-36355.webp','image/webp','public','public',16384,'[]','[]','[]',131,'2025-12-17 21:00:42','2025-12-17 21:00:42'),(139,'App\\Models\\Product',19,'274a70b5-2028-4e62-8fac-626bea237823','product_main_image','durex-extended-pleasure-x12-x-36356','durex-extended-pleasure-x12-x-36356.webp','image/webp','public','public',16632,'[]','[]','[]',132,'2025-12-17 21:05:36','2025-12-17 21:05:36'),(140,'App\\Models\\Product',20,'07533af7-8b51-48a8-ab31-5938eae5780c','product_main_image','durex-pleasure-me-x12-x-36354','durex-pleasure-me-x12-x-36354.webp','image/webp','public','public',17252,'[]','[]','[]',133,'2025-12-17 21:10:48','2025-12-17 21:10:48'),(141,'App\\Models\\Product',21,'0d103f10-f258-4d24-a8fe-684b12dc78d6','product_main_image','durex-extra-safe-x12-x-36353','durex-extra-safe-x12-x-36353.webp','image/webp','public','public',14260,'[]','[]','[]',134,'2025-12-17 21:15:41','2025-12-17 21:15:41'),(142,'App\\Models\\Product',22,'2cb24f82-9a8c-47a5-8823-fbf94f6063e7','product_main_image','sildenafil-x-35246','sildenafil-x-35246.webp','image/webp','public','public',37528,'[]','[]','[]',135,'2025-12-17 21:25:29','2025-12-17 21:25:29'),(144,'App\\Models\\Product',24,'77676552-93c9-4cba-b9b8-e609abf8ba75','product_main_image','cialis-x-35219','cialis-x-35219.webp','image/webp','public','public',37666,'[]','[]','[]',136,'2025-12-17 21:35:54','2025-12-17 21:35:54'),(145,'App\\Models\\Product',25,'37938b31-4eb6-4c15-ae1a-f1f29ccf8e2b','product_main_image','tadalafil-x-36349','tadalafil-x-36349.webp','image/webp','public','public',8632,'[]','[]','[]',137,'2025-12-17 21:50:27','2025-12-17 21:50:27'),(146,'App\\Models\\ProductVariation',10,'b7706b5f-0221-405b-9935-624ee18402e8','variation_image','tadalafil-x-36349','tadalafil-x-36349.webp','image/webp','public','public',8632,'[]','[]','[]',138,'2025-12-17 21:50:27','2025-12-17 21:50:27'),(147,'App\\Models\\ProductVariation',11,'3d970b53-939b-4a99-82f1-b6990a61a95f','variation_image','tadalafil-x-36349','tadalafil-x-36349.webp','image/webp','public','public',8632,'[]','[]','[]',139,'2025-12-17 21:56:21','2025-12-17 21:56:21'),(148,'App\\Models\\ProductVariation',12,'318efa57-e0b8-4835-a018-f02da0febda8','variation_image','cialis-x-35219','cialis-x-35219.webp','image/webp','public','public',37666,'[]','[]','[]',140,'2025-12-17 21:56:21','2025-12-17 21:56:21'),(149,'App\\Models\\Product',26,'6eb2ae84-9566-469a-a7d2-f34e0c116da1','product_main_image','viagra-connect-x-35440','viagra-connect-x-35440.webp','image/webp','public','public',13590,'[]','[]','[]',141,'2025-12-17 22:03:06','2025-12-17 22:03:06'),(150,'App\\Models\\Product',27,'da6bb7e1-eed5-4cf5-978d-79569f0b4d44','product_main_image','cialis-together-x-36313','cialis-together-x-36313.webp','image/webp','public','public',12078,'[]','[]','[]',142,'2025-12-17 22:07:35','2025-12-17 22:07:35'),(151,'App\\Models\\Product',28,'495ad1bd-3e27-4981-a7b7-071023502c30','product_main_image','spedra-x-35258','spedra-x-35258.webp','image/webp','public','public',40012,'[]','[]','[]',143,'2025-12-17 22:09:56','2025-12-17 22:09:56'),(152,'App\\Models\\Product',29,'04b9130f-66ba-4bba-89f8-591e424aaa26','product_main_image','ed-trial-pack-x-35461','ed-trial-pack-x-35461.webp','image/webp','public','public',8466,'[]','[]','[]',144,'2025-12-17 22:11:58','2025-12-17 22:11:58'),(153,'App\\Models\\Product',30,'d7e23860-48bf-40b8-8359-286e3ce3c7d2','product_main_image','vaxaid-deluxe-x-35523','vaxaid-deluxe-x-35523.webp','image/webp','public','public',16014,'[]','[]','[]',145,'2025-12-17 22:13:42','2025-12-17 22:13:42'),(154,'App\\Models\\Product',31,'d4615fdc-bb57-471d-b227-e0937bbe05ac','product_main_image','levitra-x-35261','levitra-x-35261.webp','image/webp','public','public',36106,'[]','[]','[]',146,'2025-12-17 22:15:46','2025-12-17 22:15:46'),(155,'App\\Models\\Product',32,'be7f6350-20ae-4c8b-a2e6-b4937653e162','product_main_image','vardenafil-x-36420','vardenafil-x-36420.webp','image/webp','public','public',6662,'[]','[]','[]',147,'2025-12-17 22:17:09','2025-12-17 22:17:09'),(156,'App\\Models\\Product',33,'d9b7e657-e335-47dc-9ab2-bb3efd0f79da','product_main_image','regaine-foam-for-men-x-36036','regaine-foam-for-men-x-36036.webp','image/webp','public','public',22016,'[]','[]','[]',148,'2025-12-17 22:24:40','2025-12-17 22:24:40'),(157,'App\\Models\\Product',34,'8e27171e-2e38-4ef9-ba2e-a344e6c53209','product_main_image','regaine-solution-for-men-x-36513','regaine-solution-for-men-x-36513.webp','image/webp','public','public',12860,'[]','[]','[]',149,'2025-12-17 22:26:28','2025-12-17 22:26:28'),(158,'App\\Models\\Product',35,'2d5d4b78-90a0-45db-8f3d-09b7ae172943','product_main_image','propecia-x-35131','propecia-x-35131.webp','image/webp','public','public',12564,'[]','[]','[]',150,'2025-12-17 22:28:52','2025-12-17 22:28:52'),(159,'App\\Models\\Product',36,'6f0c78bd-187c-47f1-bfd5-9bf9fc337917','product_main_image','alpecin-shampoo-x-35317','alpecin-shampoo-x-35317.webp','image/webp','public','public',5952,'[]','[]','[]',151,'2025-12-17 22:30:15','2025-12-17 22:30:15'),(160,'App\\Models\\Product',37,'d25302a9-d271-425b-a872-4d6502e10578','product_main_image','alpecin-double-effect-x-35469','alpecin-double-effect-x-35469.webp','image/webp','public','public',6262,'[]','[]','[]',152,'2025-12-17 22:31:54','2025-12-17 22:31:54'),(161,'App\\Models\\Product',38,'97fdc195-07fb-4c2a-aa89-aefe0503af56','product_main_image','nizoral-shampoo-x-36510','nizoral-shampoo-x-36510.webp','image/webp','public','public',6488,'[]','[]','[]',153,'2025-12-17 22:33:27','2025-12-17 22:33:27'),(162,'App\\Models\\Product',39,'a9551828-7630-4349-b6b7-a78f5758817a','product_main_image','hair-regrowth-kit-x-35462','hair-regrowth-kit-x-35462.webp','image/webp','public','public',14170,'[]','[]','[]',154,'2025-12-17 22:35:31','2025-12-17 22:35:31'),(163,'App\\Models\\Product',40,'0b586036-4cdc-4797-84c2-c101b26d0135','product_main_image','alpecin-grey-attack-shampoo-x-36532','alpecin-grey-attack-shampoo-x-36532.webp','image/webp','public','public',5398,'[]','[]','[]',155,'2025-12-17 22:36:44','2025-12-17 22:36:44'),(164,'App\\Models\\Product',41,'446c6139-1bb8-4201-8875-29b024e8b50e','product_main_image','alpecin-liquid-x-35325','alpecin-liquid-x-35325.webp','image/webp','public','public',16222,'[]','[]','[]',156,'2025-12-17 22:38:21','2025-12-17 22:38:21'),(165,'App\\Models\\Product',42,'798c1092-f9a1-4d55-8af6-11bdcbf4cdfa','product_main_image','durex-play-feel-x-36311','durex-play-feel-x-36311.webp','image/webp','public','public',4446,'[]','[]','[]',157,'2025-12-17 22:40:33','2025-12-17 22:40:33'),(166,'App\\Models\\Product',43,'91d6c6ff-eb21-4518-aaf0-2d49c06462da','product_main_image','emla-cream-5-x-36310','emla-cream-5-x-36310.webp','image/webp','public','public',10696,'[]','[]','[]',158,'2025-12-17 22:42:31','2025-12-17 22:42:31'),(168,'App\\Models\\Product',45,'41732e88-666a-464e-983f-b3f3e06aa32b','product_main_image','nurofen-migraine-x-36210','nurofen-migraine-x-36210.webp','image/webp','public','public',26094,'[]','[]','[]',160,'2025-12-17 22:51:54','2025-12-17 22:51:54'),(170,'App\\Models\\Product',47,'42fe35d9-6ee5-4761-8c25-21574f45b2f0','product_main_image','flexiseq-x-36242','flexiseq-x-36242.webp','image/webp','public','public',18014,'[]','[]','[]',162,'2025-12-17 22:58:39','2025-12-17 22:58:39'),(171,'App\\Models\\Product',48,'126fa33a-7dab-415b-a140-0e665a07b295','product_main_image','nurofen-x-36223','nurofen-x-36223.webp','image/webp','public','public',21344,'[]','[]','[]',163,'2025-12-17 23:01:09','2025-12-17 23:01:09'),(173,'App\\Models\\Product',50,'179308f8-d356-49d2-82ba-87e7a27e2e0f','product_main_image','ibuprofen-x-36233','ibuprofen-x-36233.webp','image/webp','public','public',30688,'[]','[]','[]',165,'2025-12-17 23:18:07','2025-12-17 23:18:07'),(174,'App\\Models\\Product',51,'e8f96e8c-d3d8-41df-a331-fc4a27049388','product_main_image','voltarol-back-and-muscle-x-36220','voltarol-back-and-muscle-x-36220.webp','image/webp','public','public',22738,'[]','[]','[]',166,'2025-12-17 23:20:44','2025-12-17 23:20:44'),(175,'App\\Models\\Product',52,'eee35883-243f-4601-9bee-82dfccb06863','product_main_image','voltarol-12-hour-x-36219','voltarol-12-hour-x-36219.webp','image/webp','public','public',22762,'[]','[]','[]',167,'2025-12-17 23:23:40','2025-12-17 23:23:40'),(176,'App\\Models\\Product',53,'900a1c18-22c4-48d8-9a88-a8d502ffe132','product_main_image','noriday-x-36505','noriday-x-36505.webp','image/webp','public','public',7106,'[]','[]','[]',168,'2025-12-22 19:08:09','2025-12-22 19:08:09'),(177,'App\\Models\\Product',54,'a1d36c6a-ce2c-45dc-8696-5f39623a0d7e','product_main_image','menstrual-cup-x-35884','menstrual-cup-x-35884.webp','image/webp','public','public',8262,'[]','[]','[]',169,'2025-12-22 19:11:28','2025-12-22 19:11:28'),(178,'App\\Models\\BrandOption',5,'d9ddecfe-276d-4c8e-92bd-8dd0e7157bfc','brand_option_image','orlistat-x-35327','orlistat-x-35327.webp','image/webp','public','public',6870,'[]','[]','[]',170,'2025-12-22 19:21:13','2025-12-22 19:21:13'),(179,'App\\Models\\BrandOption',6,'2b9aa322-40f1-45e8-b39a-dbf4e9a6861d','brand_option_image','xenical-x-36151','xenical-x-36151.webp','image/webp','public','public',24310,'[]','[]','[]',171,'2025-12-22 19:21:13','2025-12-22 19:21:13'),(181,'App\\Models\\BrandOption',7,'c374b6e9-e273-423c-8380-275cd1f8f5d9','brand_option_image','orlistat-x-35327','orlistat-x-35327.webp','image/webp','public','public',6870,'[]','[]','[]',172,'2025-12-22 19:28:01','2025-12-22 19:28:01'),(182,'App\\Models\\BrandOption',8,'e252430d-c4d5-4f24-8da9-47d7d4867bb5','brand_option_image','xenical-x-36151','xenical-x-36151.webp','image/webp','public','public',24310,'[]','[]','[]',173,'2025-12-22 19:28:01','2025-12-22 19:28:01'),(183,'App\\Models\\Product',56,'1bfbeeda-263b-4c47-880c-7689552dbcc4','product_main_image','xenical-x-36151','xenical-x-36151.webp','image/webp','public','public',24310,'[]','[]','[]',174,'2025-12-22 19:29:55','2025-12-22 19:29:55');
/*!40000 ALTER TABLE `media` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `migrations`
--

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `migrations`
--

LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES (1,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2019_08_19_000000_create_failed_jobs_table',1),(4,'2019_12_14_000001_create_personal_access_tokens_table',1),(5,'2023_10_16_160355_create_email_verifies_table',1),(6,'2023_12_19_184008_create_settings_table',1),(7,'2023_12_19_185524_create_pages_table',1),(8,'2023_12_19_185741_create_contacts_table',1),(9,'2024_02_06_074249_create_permission_tables',1),(10,'2024_03_05_103425_create_media_table',1),(11,'2024_04_29_132822_create_categories_table',1),(12,'2024_04_29_132853_create_products_table',1),(13,'2024_05_08_121145_create_orders_table',1),(14,'2024_05_08_123038_create_order_items_table',1),(15,'2024_12_30_084439_create_sub_categories_table',1),(16,'2024_12_30_084743_create_product_variations_table',1),(17,'2024_12_30_084838_create_single_entry_product_variations_table',1),(18,'2024_12_30_112428_create_variation_names_table',1),(19,'2025_09_18_200207_create_category_online_consultation_sections_table',1),(20,'2025_09_18_202421_create_frequently_asked_questions_table',1),(21,'2025_09_18_203256_create_related_articles_table',1),(23,'2025_09_22_231049_create_consultation_questions_table',2),(24,'2025_09_22_231050_create_consultation_answers_table',2),(25,'2025_09_25_225105_add_parent_id_to_consultation_questions_table',2),(26,'2025_09_27_214530_add_btn_status_to_consultation_answers_table',3),(27,'2025_09_28_144127_add_column_product_stock_status_in_table',4),(28,'2024_12_30_084518_create_brands_table',5),(29,'2025_10_04_193727_create_brand_options_table',5),(30,'2025_10_07_220003_create_quantities_table',5),(31,'2025_10_08_234726_add_new_column_two_in_product_variations_table',5),(32,'2025_10_09_215647_create_quantity_assignments_table',5),(33,'2025_10_14_231828_add_gender_and_dob_to_users_table',6),(34,'2025_10_15_223641_add_others_column_in_user_table',7),(35,'2025_10_18_191333_create_order_answers_table',8),(36,'2025_10_18_215841_add_referral_fields_to_users_table',9),(37,'2024_01_26_033300_create_faqs_table',10),(38,'2025_10_29_231152_add_notes_column_in_consultation_questions_table',11),(39,'2025_11_01_003451_add_brand_option_id_in_quantity_assignments_table',12),(40,'2025_11_01_152641_create_category_top_dropdown_menu_table',13),(41,'2025_11_01_152655_create_category_find_your_treatment_tab_table',13),(42,'2025_11_04_201730_create_articles_table',14),(43,'2025_11_10_204519_create_article_category_table',14),(44,'2025_11_10_204754_create_article_product_table',14),(45,'2025_11_24_201052_add_meta_fields_to_categories_table',15),(46,'2025_11_24_201406_add_meta_fields_to_sub_categories_table',15),(47,'2025_11_24_201458_add_meta_fields_to_products_table',15),(48,'2025_11_24_201553_add_meta_fields_to_articles_table',15),(49,'2025_11_30_230646_create_consultation_tab_types_table',16),(50,'2025_12_01_202155_add_consultation_type_id_to_consultation_sections_table',16),(51,'2025_12_02_222639_add_field_config_to_consultation_questions_table',17),(52,'2025_12_04_200753_add_selected_answer_value_to_order_answers_table',18),(53,'2025_12_08_184203_create_category_consultation_tab_type_table',19);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `model_has_permissions`
--

DROP TABLE IF EXISTS `model_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `model_has_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`model_id`,`model_type`),
  KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`),
  CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_permissions`
--

LOCK TABLES `model_has_permissions` WRITE;
/*!40000 ALTER TABLE `model_has_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `model_has_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `model_has_roles`
--

DROP TABLE IF EXISTS `model_has_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `model_has_roles` (
  `role_id` bigint(20) unsigned NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`role_id`,`model_id`,`model_type`),
  KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`),
  CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_roles`
--

LOCK TABLES `model_has_roles` WRITE;
/*!40000 ALTER TABLE `model_has_roles` DISABLE KEYS */;
INSERT INTO `model_has_roles` VALUES (1,'App\\Models\\User',1),(3,'App\\Models\\User',2),(3,'App\\Models\\User',3),(3,'App\\Models\\User',4),(3,'App\\Models\\User',5),(3,'App\\Models\\User',6),(3,'App\\Models\\User',7),(3,'App\\Models\\User',8),(3,'App\\Models\\User',9),(3,'App\\Models\\User',10),(3,'App\\Models\\User',11),(3,'App\\Models\\User',12),(3,'App\\Models\\User',13),(3,'App\\Models\\User',14),(3,'App\\Models\\User',15);
/*!40000 ALTER TABLE `model_has_roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `order_answers`
--

DROP TABLE IF EXISTS `order_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `order_answers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `question_id` bigint(20) unsigned DEFAULT NULL,
  `answer_id` bigint(20) unsigned DEFAULT NULL,
  `cate_id` bigint(20) unsigned DEFAULT NULL,
  `selected_answer_type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`selected_answer_type`)),
  `selected_answer_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`selected_answer_value`)),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `order_answers_order_id_foreign` (`order_id`),
  CONSTRAINT `order_answers_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `order_answers`
--

LOCK TABLES `order_answers` WRITE;
/*!40000 ALTER TABLE `order_answers` DISABLE KEYS */;
INSERT INTO `order_answers` VALUES (17,2,286,285,NULL,'\"yes\"','\"yes\"','2025-12-04 22:11:27','2025-12-04 22:11:27'),(18,2,292,NULL,NULL,'{\"selected_button\":\"cm\",\"inputs\":{\"cm\":\"fff\"}}','{\"selected_button\":\"cm\",\"inputs\":{\"cm\":\"fff\"}}','2025-12-04 22:11:27','2025-12-04 22:11:27'),(19,2,293,NULL,NULL,'{\"selected_button\":\"feet\\/inches\",\"inputs\":{\"st\":\"gg\",\"lb\":\"dsdss\"}}','{\"selected_button\":\"feet\\/inches\",\"inputs\":{\"st\":\"gg\",\"lb\":\"dsdss\"}}','2025-12-04 22:11:27','2025-12-04 22:11:27'),(20,2,294,NULL,NULL,'\"Asian or Asian British\"','\"Asian or Asian British\"','2025-12-04 22:11:27','2025-12-04 22:11:27'),(21,2,287,286,NULL,'\"yes\"','\"yes\"','2025-12-04 22:11:27','2025-12-04 22:11:27');
/*!40000 ALTER TABLE `order_answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `order_items`
--

DROP TABLE IF EXISTS `order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `order_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `price` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `invoice_number` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `order_items`
--

LOCK TABLES `order_items` WRITE;
/*!40000 ALTER TABLE `order_items` DISABLE KEYS */;
INSERT INTO `order_items` VALUES (2,2,14,33,4,'INV-1492','2025-12-04 22:11:27','2025-12-04 22:11:27');
/*!40000 ALTER TABLE `order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders`
--

DROP TABLE IF EXISTS `orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `guest_email` varchar(255) DEFAULT NULL,
  `order_status` varchar(255) DEFAULT 'Pending',
  `shipping_address` longtext DEFAULT NULL,
  `postal_code` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `discount` decimal(8,2) DEFAULT NULL,
  `total_price` decimal(8,2) DEFAULT NULL,
  `total_items` int(11) DEFAULT NULL,
  `payment_method` varchar(255) DEFAULT NULL,
  `payment_status` int(11) DEFAULT NULL,
  `transaction_id` varchar(255) DEFAULT NULL,
  `customer_id` varchar(255) DEFAULT NULL,
  `order_number` varchar(255) DEFAULT NULL,
  `total_amount_after_discount` decimal(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders`
--

LOCK TABLES `orders` WRITE;
/*!40000 ALTER TABLE `orders` DISABLE KEYS */;
INSERT INTO `orders` VALUES (2,14,NULL,'Pending',NULL,NULL,NULL,NULL,NULL,NULL,48.00,1,'Stripe',1,'cs_test_a1FHqgUlTw3sCbEBgfkYV4NKxAtZOUplUKJQEzZIxmBNtA2k89Mcsrq6hR',NULL,'ecommerce4377',NULL,'2025-12-04 22:11:27','2025-12-04 22:11:45');
/*!40000 ALTER TABLE `orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pages`
--

DROP TABLE IF EXISTS `pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`content`)),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pages`
--

LOCK TABLES `pages` WRITE;
/*!40000 ALTER TABLE `pages` DISABLE KEYS */;
INSERT INTO `pages` VALUES (1,'Team','team','{\"team_section_title\":\"A Fully Qualified Team!\",\"team_description\":\"Our experienced pharmacists, all registered with the UK\\u2019s General Pharmaceutical Council, carefully review and dispense every order from our reputable Central London-based online pharmacy, offering same-day and express delivery across the nation.\",\"team_title\":\"Dr Frederick Durer\",\"team_first_description\":\"<p class=\\\"mb-1 num\\\"><strong>GPhC Number:<\\/strong> 201393442<\\/p>\\r\\n                <p class=\\\"card-text \\\">\\r\\n                    Master of Pharmacy,\\r\\n                    University of Portsmouth\\r\\n                <\\/p>\",\"second_team_title\":\"Dr Yixi Liu\",\"second_team_description\":\"<p class=\\\"mb-1 num\\\"><strong>GPhC Number:<\\/strong> 201393442<\\/p>\\r\\n                <p class=\\\"card-text \\\">\\r\\n                    Bachelor of Pharmacy,\\r\\n                    CESPU Gandra University\\r\\n                <\\/p>\",\"third_team_title\":\"Dr Alex Durer\",\"third_team_description\":\"<p class=\\\"mb-1 num\\\"><strong>GPhC Number:<\\/strong> 201393442<\\/p>\\r\\n                <p class=\\\"card-text \\\">\\r\\n                    Master of Pharmacy,\\r\\n                    University of Milan\\r\\n                <\\/p>\",\"four_team_title\":\"Dr Andy Frude\",\"four_team_description\":\"<p class=\\\"mb-1 num\\\"><strong>GPhC Number:<\\/strong> 201393442<\\/p>\\r\\n                <p class=\\\"card-text \\\">\\r\\n                    Master of Pharmacy,\\r\\n                    University College London\\r\\n                <\\/p>\"}','2025-10-24 19:14:34','2025-11-03 13:52:01'),(2,'Service','service','{\"service_title\":\"Online Consultation\",\"service_first_description\":\"Complete a free online medical consultation to check your eligibility.\",\"second_service_title\":\"Choose a Treatment\",\"second_service_description\":\"Select from a choice of suitable treatments from leading brands\",\"third_service_title\":\"Express Delivery\",\"third_service_description\":\"Medication is dispensed and delivered to your home or work\"}','2025-10-24 19:14:57','2025-10-24 19:14:57'),(3,'Faqs','faqs','{\"top_banner_title\":\"Frequently asked questions\",\"form_title\":\"Can\'t find what you\'re looking for?\\n\\n\"}','2025-10-24 19:15:31','2025-10-24 19:15:31'),(4,'About','about','{\"top_title\":\"The UK\\u2019s Trusted Online Pharmacy Since 2015\",\"top_short_description\":\"Pharmica offers a wide range of treatments through our free online prescription service.\",\"description\":\"We use advanced technology to offer a safer, more affordable healthcare experience, with secure, discreet, and convenient services, all from our registered pharmacy in Central London.\",\"about_company_information_heading\":\"Company Information\",\"about_first_description\":\"<p style=\\\"margin-right: 0px; margin-left: 0px; padding: 0px; font-family: trebuc, sans-serif; text-align: start;\\\">\\n        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\\n        Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\n    <\\/p>\\n    <p style=\\\"margin-right: 0px; margin-left: 0px; padding: 0px; font-family: trebuc, sans-serif; text-align: start;\\\">\\n        Pharmica Ltd is registered in England and Wales under company number\\n        <span class=\\\"blue\\\" style=\\\"color: rgb(48, 191, 172);\\\">9668055<\\/span><br>\\n        DUNS Number: <span class=\\\"blue\\\" style=\\\"color: rgb(48, 191, 172);\\\">22-097-8327<\\/span><br>\\n        VAT Number: <span class=\\\"blue\\\" style=\\\"color: rgb(48, 191, 172);\\\">GB 217 7259 95<\\/span>\\n    <\\/p>\",\"about_second_description\":\"<h5>Registered Office<\\/h5>\\n        <p>\\n            236 Gray\'s Inn Rd<br>\\n            London, WC1X 8HB<br>\\n            United Kingdom<br>\\n            020 7112 9014<br>\\n            help@ifeelshy.co.uk\\n        <\\/p>\",\"about_pharmacy_regulations_section_heading\":\"Pharmacy Regulations\",\"about_pharmacy_regulations_section_description\":\"The pharmacy is registered with the General Pharmaceutical Council with number 9012030. The superintendent pharmacist for Pharmica is: Ana Carolina Osorio De Faria Goncalves GPhC Number: 2088658\",\"about_pharmacy_regulations_section_dr_first\":\"Dr. Alex Wilson\",\"about_pharmacy_regulations_first_description\":\"<p class=\\\"text-secondary\\\" style=\\\"font-family: trebuc, sans-serif; text-align: start;\\\">\\n        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\\n        Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\n    <\\/p>\\n    <span class=\\\"blue m-0 font16\\\" style=\\\"color: rgb(48, 191, 172); text-align: start;\\\">(GPhC Number 2059871)<\\/span>\",\"about_pharmacy_regulations_section_dr_second\":\"Dr. Alex Wilson\",\"about_pharmacy_regulations_second_description\":\"<p class=\\\"text-secondary\\\" style=\\\"font-family: trebuc, sans-serif; text-align: start;\\\">\\n        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\\n        Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\\n    <\\/p>\\n    <span class=\\\"blue m-0 font16\\\" style=\\\"color: rgb(48, 191, 172); text-align: start;\\\">(GPhC Number 2059871)<\\/span>\",\"about_short_section_description\":\"For more information or to view registration details visit the General Pharmaceutical Council\'s website. Responsible Pharmacist:\",\"about_how_does_it_work_section_heading\":\"How Does It Work?\",\"about_how_does_it_work_section_description\":\"Our platform connects you with licensed healthcare professionals who can provide personalized consultations and treatment options.\\n        Simply choose a treatment area, book a consultation, and receive expert guidance tailored to your needs.\"}','2025-10-24 19:17:02','2025-10-24 19:17:02'),(5,'Contact','contact','{\"contact_title\":\"Your Health Support is Just a Click Away on the Map\",\"second_contact_section_title\":\"Quick Help, Your Health, Our Priority!\",\"second_contact_short_description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"second_contact_description\":\"<div class=\\\"container my-5\\\">\\n        <h3 class=\\\"fw-semibold my-3\\\">Call NHS 111<\\/h3>\\n        <p>\\n            Call NHS 111 if you urgently need medical help or advice but it\'s not a life-threatening situation.\\n        <\\/p>\\n        <div class=\\\"container d-grid\\\" style=\\\"grid-template-columns: repeat(2, 1fr)\\\">\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">About NHS 111<\\/span>\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">About out-of-hours services<\\/span>\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">Visit NHS 111 BSL interpreter service<\\/span>\\n        <\\/div>\\n    <\\/div>\\n\\n    <div class=\\\"container my-5\\\">\\n        <h3 class=\\\"fw-semibold my-3\\\">Emergency Services<\\/h3>\\n        <p>\\n            For life-threatening emergencies, call 999 immediately for assistance.\\n        <\\/p>\\n        <div class=\\\"container d-grid\\\" style=\\\"grid-template-columns: repeat(2, 1fr)\\\">\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">When to call 999<\\/span>\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">Understanding emergency care<\\/span>\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">Emergency ambulance services<\\/span>\\n        <\\/div>\\n    <\\/div>\\n\\n    <div class=\\\"container my-5\\\">\\n        <h3 class=\\\"fw-semibold my-3\\\">NHS Online Services<\\/h3>\\n        <p>\\n            Use the NHS website or app for health information and service bookings.\\n        <\\/p>\\n        <div class=\\\"container d-grid\\\" style=\\\"grid-template-columns: repeat(2, 1fr)\\\">\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">Find health advice<\\/span>\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">Understanding emergency care<\\/span>\\n            <span><img class=\\\"tickIcon\\\" src=\\\"{{ asset(\'assets\\/Assets\\/tickIcon.svg\') }}\\\" alt=\\\"\\\">Book appointments online<\\/span>\\n        <\\/div>\\n    <\\/div>\"}','2025-10-24 19:19:18','2025-10-24 19:19:18'),(6,'OnlineConsultationSections','online-consultation-sections','{\"online_consultation_sections_title\":\"Start Your Online Consultation\",\"online_consultation_sections_description\":\"Fill in our online questionnaire so our medical team can show you\\r\\n                    eligible <strong>hair loss<\\/strong> treatments.\",\"first_icon_code\":\"fa-solid fa-clock\",\"first_description\":\"<span>Takes less than <br><strong>2 minutes<\\/strong><\\/span>\",\"second_icon_code\":\"fa-solid fa-lock\",\"Second_description\":\"<span><strong>Confidential<\\/strong><br>and secure<\\/span>\",\"third_icon_code\":\"fa-solid fa-cart-shopping\",\"third_description\":\"<span><strong>Quick and easy<\\/strong><br>checkout<\\/span>\",\"fourth_icon_code\":\"fa-solid fa-users\",\"fourth_description\":\"<span><strong>1.75 million+<\\/strong><br>customers<\\/span>\",\"dr_name\":\"Ana Carolina Goncalves\",\"dr_description\":\"<div class=\\\"text-white-50\\\">Superintendent Pharmacist<\\/div>\\r\\n            <div class=\\\"text-white-50\\\">GPhC Number 2088658<\\/div>\",\"online_consultation_sections_dr_image\":{}}','2025-11-01 22:51:52','2025-11-01 22:51:52');
/*!40000 ALTER TABLE `pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `password_resets`
--

DROP TABLE IF EXISTS `password_resets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_resets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `password_resets_email_index` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `password_resets`
--

LOCK TABLES `password_resets` WRITE;
/*!40000 ALTER TABLE `password_resets` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `permissions`
--

DROP TABLE IF EXISTS `permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `permissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `guard_name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `permissions`
--

LOCK TABLES `permissions` WRITE;
/*!40000 ALTER TABLE `permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `personal_access_tokens`
--

DROP TABLE IF EXISTS `personal_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `personal_access_tokens`
--

LOCK TABLES `personal_access_tokens` WRITE;
/*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_variations`
--

DROP TABLE IF EXISTS `product_variations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `product_variations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `single_entry_product_variation_id` bigint(20) unsigned DEFAULT NULL,
  `product_id` bigint(20) unsigned DEFAULT NULL,
  `brand_option_id` bigint(20) unsigned DEFAULT NULL,
  `variation_name_id` bigint(20) unsigned DEFAULT NULL,
  `option_name` varchar(255) DEFAULT NULL,
  `variation_unit_name` text DEFAULT NULL,
  `variation_unit_price` decimal(10,2) DEFAULT NULL,
  `variation_per_price` decimal(10,2) DEFAULT NULL,
  `variation_qty` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_strength` int(11) NOT NULL DEFAULT 0,
  `variation_unit_short_name` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `product_variations`
--

LOCK TABLES `product_variations` WRITE;
/*!40000 ALTER TABLE `product_variations` DISABLE KEYS */;
INSERT INTO `product_variations` VALUES (3,2,3,NULL,2,NULL,'50mg',12.00,3.00,4,'2025-10-26 11:11:06','2025-10-31 22:17:14',1,'50mg'),(4,2,3,NULL,2,NULL,'100mg',20.00,2.50,8,'2025-10-26 11:11:06','2025-10-31 22:17:14',1,'100mg'),(7,4,9,NULL,2,NULL,'25mg',14.00,0.35,40,'2025-10-26 11:38:40','2025-10-31 22:38:44',1,'25mg'),(8,4,9,NULL,2,NULL,'50mg',20.00,2.50,0,'2025-10-26 11:38:40','2025-11-01 23:08:56',1,'50mg'),(9,5,17,NULL,2,NULL,'fggg',20.00,0.04,454,'2025-12-17 20:56:50','2025-12-17 20:56:50',1,'25mg'),(10,6,25,NULL,2,NULL,'2.5mg',19.99,0.71,28,'2025-12-17 21:50:27','2025-12-17 21:50:27',1,'2.5mg'),(11,7,24,NULL,2,NULL,'Tadafil',5.00,1.25,4,'2025-12-17 21:56:21','2025-12-17 21:58:18',1,'10mg'),(12,7,24,NULL,2,NULL,'Cialis',5.00,1.25,4,'2025-12-17 21:56:21','2025-12-17 21:58:18',1,'10mg');
/*!40000 ALTER TABLE `product_variations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products`
--

DROP TABLE IF EXISTS `products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `products` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_name` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `product_full_name` varchar(255) DEFAULT NULL,
  `product_price` decimal(8,2) DEFAULT NULL,
  `product_discount` decimal(10,2) DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `cate_id` bigint(20) unsigned DEFAULT NULL,
  `sub_cate_id` bigint(20) unsigned DEFAULT NULL,
  `brand_id` bigint(20) DEFAULT NULL,
  `product_detail_page_short_description` text DEFAULT NULL,
  `product_detail_page_left_description` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `product_stock` int(11) DEFAULT NULL,
  `consultation_btn_status` int(11) NOT NULL DEFAULT 0,
  `online_consultation_sections_status` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `product_stock_status` int(11) NOT NULL DEFAULT 0,
  `meta_title` text DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `products`
--

LOCK TABLES `products` WRITE;
/*!40000 ALTER TABLE `products` DISABLE KEYS */;
INSERT INTO `products` VALUES (3,'Sumatriptan','sumatriptan','Sumatriptan',1300.00,NULL,1,7,NULL,NULL,'<p>Sumatriptan is a popular migraine medication that can provide rapid relief from the associated symptoms.</p>','<p>Free shipping on all orders over £50</p>','<p>Reliable and Fast-Acting Migraine Treatment</p>',133,1,0,1,'2025-10-26 11:11:06','2025-10-26 11:11:06',0,NULL,NULL),(5,'OneVit','onevit','OneVit Testosterone Support Complex',1300.00,NULL,1,8,NULL,NULL,'<p>OneVit Testosterone Support Complex contains 14 vitamins, minerals and plant extracts that support testosterone production, energy levels and overall physical health.</p>','<p>Free shipping on all orders over £50</p>','<p>Aids Physical Performance and Supports Libido</p>',22,0,0,1,'2025-10-26 11:20:30','2025-10-26 11:20:30',1,NULL,NULL),(6,'Orlistat','orlistat','Orlistat 120mg',1300.00,NULL,1,2,NULL,NULL,'<p>Orlistat is a licensed weight loss aid that reduces the amount of fat your body absorbs from food.</p>','<p>Free shipping on all orders over £50</p>','<p>Weight Loss Aid - Orlistat 120mg Capsules</p>',23,1,0,1,'2025-10-26 11:24:12','2025-10-26 11:24:12',0,NULL,NULL),(7,'Finasteride','finasteride','Finasteride',15.99,NULL,1,3,NULL,NULL,'<p>Finasteride is clinically proven to effectively treat male pattern baldness in 9 out of 10 men.</p>','<p>Free shipping on all orders over £50</p>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Clinically Proven Hair Loss Treatment Tablets</td>\r\n </tr>\r\n</tbody></table>',33,0,0,1,'2025-10-26 11:29:05','2025-12-17 22:27:19',1,'Finasteride','Clinically Proven Hair Loss Treatment Tablets'),(8,'Clotrimazole 1% External Cream','clotrimazole-1-external-cream','Clotrimazole 1% External Cream',33.00,NULL,1,4,NULL,NULL,'<p>Clotrimazole 1% Cream is a fast-acting antifungal treatment used to rapidly clear fungal infections and for the relief of irritation caused by thrush.</p>','<p>Free shipping on all orders over £50</p>','<p>Antifungal Cream To Clear Fungal Infections</p>',343,0,0,1,'2025-10-26 11:31:41','2025-10-26 11:31:41',1,NULL,NULL),(9,'Viagra (Sildenafil)','viagra-sildenafil','Viagra (Sildenafil)',9.00,NULL,1,1,NULL,NULL,'<p>Viagra is a popular medication used to treat erectile dysfunction for up to 4 hours.</p>','<p>Free shipping on all orders over £50</p>','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;;\">Viagra is a popular medication used to treat erectile dysfunction for up to 4 hours.</span></p>',222,1,0,1,'2025-10-26 11:38:40','2025-12-17 21:21:14',0,'Viagra (Sildenafil)','Viagra is a popular medication used to treat erectile dysfunction for up to 4 hours.'),(10,'STUD 100','stud-100','STUD 100',1300.00,NULL,1,9,NULL,NULL,'<p>STUD 100 desensitising spray helps to delay ejaculation - It\'s safe, fast-acting and available over the counter.</p>','<p>Free shipping on all orders over £50</p>','<p>STUD 100® Desensitising Spray For Men</p>',13,0,0,1,'2025-10-26 11:41:59','2025-10-26 11:41:59',1,NULL,NULL),(11,'Paracetamol 500mg','paracetamol-500mg','Paracetamol 500mg',1.00,NULL,1,10,NULL,NULL,'<p>Effective for headaches, toothache, colds, and period pain. It can also be used to help lower a high temperature.</p>','<p>Free shipping on all orders over £50</p>','<p>Treat Mild To Moderate Pain With Paracetamol</p>',33,0,0,1,'2025-10-26 11:47:33','2025-12-17 22:46:22',1,'Paracetamol 500mg','Treat Mild To Moderate Pain With Paracetamol'),(12,'Cold Sore Treatment','cold-sore-treatment','Cold Sore Treatment',1300.00,NULL,1,11,NULL,NULL,'<p>Cost-effective anti-viral treatment for outbreaks of cold sores.</p>','<p>Free shipping on all orders over £50</p>','<p>Effective Anti-Viral Cold Sore Treatment</p>',22,1,0,1,'2025-10-26 11:52:06','2025-10-26 11:52:38',0,NULL,NULL),(13,'ellaOne® Morning After Pill','ellaone-morning-after-pill','ellaOne® Morning After Pill',23.00,NULL,1,12,NULL,NULL,'<p>ellaOne® is 98% effective at preventing unplanned pregnancy and can be taken up to 5 days (120 hours) after unprotected sex.</p>','<p>.</p>','<p>Effective and Reliable Emergency Contraception</p>',333,0,0,1,'2025-10-26 11:54:34','2025-10-26 11:54:34',1,NULL,NULL),(14,'Gina Tablets (Estradiol 10mcg)','gina-tablets-estradiol-10mcg','Gina Tablets (Estradiol 10mcg)',33.00,NULL,1,49,NULL,NULL,'<p>Gina 10 Microgram Vaginal Tablets contain a micro-dose of estradiol to effectively treat and relieve symptoms of postmenopausal vaginal dryness in women aged 50 and over.</p>','<p>Free shipping on all orders over £50</p>','<p>HRT Tablets To Treat Postmenopausal Symptoms</p>',40,1,0,1,'2025-10-26 11:57:38','2025-12-04 22:11:27',0,NULL,NULL),(15,'Norethisterone 5mg','norethisterone-5mg','Norethisterone 5mg',1300.00,NULL,1,6,NULL,NULL,'<p>Norethisterone contains a synthetic version of a hormone that stops the womb lining from breaking down to safely delay your period for up to 17 days.</p>','<p>Free shipping on all orders over £50</p>','<p>Safe and Effective Period Delay Tablets</p>',32,1,0,1,'2025-10-26 12:24:57','2025-10-26 21:58:57',1,NULL,NULL),(17,'test1','test1','test1',9.99,NULL,1,2,NULL,NULL,'<p>assa</p>','<p>sasa</p>','<p>assa</p>',4,0,0,1,'2025-12-17 20:56:50','2025-12-17 21:27:15',0,'saas','sasa'),(18,'Condoms','condoms','Durex Thin Feel Condoms',9.00,NULL,1,22,NULL,NULL,'<p>\"Premium Condoms – Smooth Sensation with Trusted Protection</p><p>Comfort Meets Confidence</p><p>Product Overview:</p><p>Designed to enhance intimacy, these condoms provide a sleek, natural feel during sex while maintaining the same high standard of protection and reliability you expect.</p><p>Key Features:</p><p>Smooth, Sleek Sensation</p><p>Crafted for comfort and intimacy, offering a more natural and pleasurable experience.</p><p>Reliable Protection</p><p>Delivers the same trusted level of safety and reassurance against pregnancy and STIs.</p><p>Convenient Pack Size</p><p>Includes 12 condoms per pack—ideal for regular use and peace of mind.\"</p><div><br></div>','<p>\"Premium Latex Condom – Enhanced Fit &amp; Sensitivity</p><p>Experience both protection and comfort with this expertly designed condom. Its ergonomic shape and silky finish ensure a natural feel during intimacy, while maintaining the highest safety standards.</p><p>Key Features:</p><p>Ergonomic Design: Shaped for a better, more secure fit and easier application</p><p>Comfortable Wear: Smooth texture and teat-ended tip for added comfort</p><p>Enhanced Sensitivity: Thin material promotes heightened sensation</p><p>Lubricated: Pre-lubricated for a sleek, friction-reducing experience</p><p>Dermatologically Tested: Skin-friendly and tested for safety</p><p>Transparent: Discreet and natural appearance</p><p>Material: Made from high-quality natural rubber latex\"</p><div><br></div>','<p>Gives a sleek feel during sex while providing the same high level of protection and reassurance.</p>',200,0,0,1,'2025-12-17 21:00:42','2025-12-17 21:00:42',1,'Durex Thin Feel Condoms','Gives a sleek feel during sex while providing the same high level of protection and reassurance.'),(19,'Durex Extended Pleasure Condoms','durex-extended-pleasure-condoms','Durex Extended Pleasure Condoms',10.00,NULL,1,22,NULL,NULL,'<p>\"Durex Extended Pleasure Condoms – Prolong Intimacy</p><p>Designed to Help Him Last Longer</p><p>Product Overview:</p><p>Durex Extended Pleasure condoms are specially formulated to delay climax and extend the duration of sexual experience.</p><p>Key Features:</p><p>Contains 5% Benzocaine</p><p>A mild topical anaesthetic helps reduce sensitivity for longer-lasting pleasure.</p><p>Enhances Intimacy Duration</p><p>Supports prolonged performance during intercourse.</p><p>Pack Size</p><p>Includes 12 condoms per pack.\"</p><div><br></div>','<p>\"Durex Extended Pleasure Condoms – Designed to Help You Last Longer</p><p>Durex Extended Pleasure condoms are specially formulated to help enhance your experience. Each condom is coated with Performa™ Silicone, a lubricant that contains a mild topical anaesthetic (benzocaine) intended to delay climax and help extend intimacy — all while maintaining trusted protection and peace of mind.</p><p>Product Highlights:</p><p>Climax Control Formula: Features Performa™ Silicone with benzocaine to help prolong intimacy</p><p>Trusted Protection: Provides the same high standard of reliability and reassurance you expect from Durex</p><p>Comfortable Fit: Regular size and regular thickness for a natural and secure feel</p><p>Smooth &amp; Lubricated: Pre-lubricated for added comfort and ease of use</p><p>Clear Design: Made from transparent natural rubber latex</p><p>Dermatologically Tested: Skin-friendly and safety-checked</p><p>Important Usage Information:</p><p>Not suitable for individuals allergic to benzocaine</p><p>Avoid contact with eyes – the lubricant may cause irritation</p><p>Rinse thoroughly after use to remove lubricant</p><p>Do not use if you or your partner has broken or inflamed skin</p><p>Discontinue use and seek immediate medical help if breathing becomes difficult or lips turn blue during use\"</p><div><br></div>','<p>Durex Extended Pleasure condoms contain 5% benzocaine (a topical anaesthetic) to help him last longer and extend the duration of intimacy.</p>',200,0,0,1,'2025-12-17 21:05:36','2025-12-17 21:05:36',1,'Durex Extended Pleasure Condoms','Durex Extended Pleasure condoms contain 5% benzocaine (a topical anaesthetic) to help him last longer and extend the duration of intimacy.'),(20,'Durex Pleasure Me Condoms','durex-pleasure-me-condoms','Durex Pleasure Me Condoms',9.00,NULL,1,22,NULL,NULL,'<p>\"Textured Condoms – Enhanced Sensation with Ribs &amp; Dots</p><p>Designed for Extra Stimulation</p><p>Product Overview:</p><p>These textured condoms are uniquely shaped and feature strategically placed ribs and raised dots to heighten pleasure and intimacy.</p><p>Key Features:</p><p>Ribbed &amp; Dotted Texture</p><p>Engineered for increased stimulation and intensified experience.</p><p>Unique Shape</p><p>Designed to enhance sensation for both partners.</p><p>Convenient Pack Size</p><p>Includes 12 condoms per pack.\"</p><div><br></div>','<p>\"Stimulating Textured Condom – Ribs and Dots for Added Sensation</p><p>This uniquely contoured condom is crafted to enhance pleasure for both partners. With strategically placed ribs and raised dots, it delivers heightened stimulation while maintaining comfort and trusted protection.</p><p>Key Features:</p><p>Pleasure-Enhancing Design: Ribs and raised dots provide targeted stimulation during intimacy</p><p>Unique Shape: Anatomically contoured for a secure and natural fit</p><p>Lubricated for Comfort: Pre-lubricated to ensure a smooth experience</p><p>Clear Appearance: Transparent for a natural look and feel</p><p>Premium Material: Made from natural rubber latex for reliable protection</p><p>Dermatologically Tested: Gentle on skin and safety-verified\"</p><div><br></div>','<p>Designed with ribs and raised dots, this uniquely-shaped condom provides extra stimulation.</p>',200,0,0,1,'2025-12-17 21:10:48','2025-12-17 21:10:48',1,'Durex Pleasure Me Condoms','Designed with ribs and raised dots, this uniquely-shaped condom provides extra stimulation.'),(21,'Durex Extra Safe Condoms','durex-extra-safe-condoms','Durex Extra Safe Condoms',9.00,NULL,1,22,NULL,NULL,'<p>\"Extra Safe Condoms – For Maximum Peace of Mind</p><p>Reliable Protection You Can Trust</p><p>Product Overview:</p><p>These extra safe condoms are designed to provide added reassurance, allowing you to focus on intimacy without worry.</p><p>Key Features:</p><p>Enhanced Thickness for Extra Safety</p><p>Offers a more secure feel for added confidence.</p><p>Comfort and Protection Combined</p><p>Engineered for both safety and comfort during use.</p><p>Convenient Pack Size</p><p>Contains 12 condoms per pack.\"</p><div><br></div>','<p>\"Extra Safe Condoms – Enhanced Protection Without Compromising Comfort</p><p>Engineered for added reassurance, these condoms are slightly thicker and come with extra lubrication to help reduce the risk of breakage during use — all while maintaining a natural, comfortable feel.</p><p>Key Features:</p><p>Increased Protection: Slightly thicker design for extra durability and confidence</p><p>Enhanced Comfort: Contains additional lubrication for a smoother experience</p><p>Comfort-Focused Fit: Easy-on shape with teat end ensures secure and comfortable wear</p><p>Clear Design: Transparent for a natural appearance</p><p>High-Quality Material: Made from natural rubber latex for trusted protection</p><p>Dermatologically Tested: Gentle on skin and quality-verified for safety\"</p><div><br></div>','<p>These extra safe condoms provide the peace of mind you need, so you can concentrate on what matters.</p>',200,0,0,1,'2025-12-17 21:15:41','2025-12-17 21:15:41',1,'Durex Extra Safe Condoms','These extra safe condoms provide the peace of mind you need, so you can concentrate on what matters.'),(22,'Sildenafil (Generic Viagra)','sildenafil-generic-viagra','Sildenafil (Generic Viagra)',7.00,NULL,1,1,NULL,NULL,'<p>\"Generic Sildenafil – Affordable Erectile Dysfunction Treatment</p><p>Same Active Ingredient as Viagra, Lower Cost</p><p>Key Features:</p><p>Medically Equivalent to Viagra</p><p>Contains the same active ingredient (sildenafil citrate), delivering identical therapeutic effects.</p><p>Clinically Proven Effectiveness</p><p>Works to treat erectile dysfunction by enhancing blood flow to support firm and lasting erections.</p><p>Cost-Effective Alternative</p><p>Offers the same reliability as the branded version at a more affordable price point.</p><p>Trusted and Regulated</p><p>Manufactured to the same safety and quality standards as the original brand.\"</p><div><br></div>','<p>\"Sildenafil – Effective Support for Erectile Function</p><p>Sildenafil is a trusted medication used to assist men experiencing difficulty achieving or maintaining an erection. It is commonly prescribed to treat erectile dysfunction (ED) by improving blood flow to the penis.</p><p>Key Details:</p><p>Active Ingredient: Contains sildenafil, part of the phosphodiesterase type 5 (PDE5) inhibitor class of medications</p><p>How It Works: Relaxes blood vessels in the penis, enabling increased blood flow when sexually stimulated</p><p>Function: Helps achieve and sustain an erection in the presence of sexual arousal</p><p>Target Use: Designed specifically for men with erectile difficulties\"</p><div><br></div>','<p>Viagra is a popular medication used to treat erectile dysfunction for up to 4 hours.</p>',200,1,0,1,'2025-12-17 21:25:29','2025-12-17 21:25:29',0,'Sildenafil (Generic Viagra)','Viagra is a popular medication used to treat erectile dysfunction for up to 4 hours'),(24,'Cialis (Tadalafil)','cialis-tadalafil','Cialis (Tadalafil)',19.99,NULL,1,1,NULL,NULL,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"2811\" height=\"33\" style=\"width: 1405.53pt;\">\r\n <colgroup><col width=\"2811\" style=\"width:1405.50pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"2811\" x:str=\"\" style=\"height:16.50pt;width:1405.50pt;\">Cialis – Fast-Acting, Long-Lasting ED Treatment<br>Advanced Support for Erectile Function<br>Key Benefits:<br>Rapid Onset of Action<br>Designed to work quickly, helping men achieve results when they need them.<br>Prolonged Effectiveness<br>Offers long-lasting support, allowing greater flexibility and confidence.<br>Modern Treatment Option<br>A clinically proven medication trusted for its effectiveness in managing erectile dysfunction.</td>\r\n </tr>\r\n</tbody></table>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"2812\" height=\"33\" style=\"width: 1406.03pt;\">\r\n <colgroup><col width=\"2812\" style=\"width:1406.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"2812\" x:str=\"\" style=\"height:16.50pt;width:1406.00pt;\">Cialis (Tadalafil) – Long-Lasting Erectile Dysfunction Treatment<br>Cialis, containing the active ingredient tadalafil, is a leading treatment for erectile dysfunction (ED) and a well-known alternative to Viagra. Valued for its longer duration of action, Cialis is often considered a cost-effective option among branded ED medications in the UK.<br>Why Choose Cialis?<br>Extended Effectiveness: Known for longer-lasting results compared to other ED treatments<br>Flexible Options: Available in two variants:<br>Cialis (as-needed use)<br>Cialis Daily (low-dose daily use)<br>Varied Dosages: Offered in 2.5 mg, 5 mg, 10 mg, and 20 mg strengths to accommodate individual treatment needs<br>Trusted Brand: Recognized for reliability, performance, and patient satisfaction<br>Affordable and Safe Access<br>As a UK-registered online pharmacy, Pharmica provides Cialis at competitive prices, ensuring affordable access while promoting safe and responsible usage of the medication.</td>\r\n </tr>\r\n</tbody></table>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Cialis Erectile Dysfunction Treatment</td>\r\n </tr>\r\n</tbody></table>',200,1,0,1,'2025-12-17 21:35:53','2025-12-17 21:35:53',0,'Cialis (Tadalafil)','Cialis Erectile Dysfunction Treatment'),(25,'Tadalafil (Generic Cialis)','tadalafil-generic-cialis','Tadalafil (Generic Cialis)',19.99,NULL,1,1,NULL,NULL,'<p>\"Tadalafil – Generic Version of Cialis for Erectile Dysfunction</p><p>Now Available as a Cost-Effective Alternative</p><p>Product Overview:</p><p>Tadalafil is the active ingredient in Cialis and is now available in its generic form since mid-November 2017. It is used to treat erectile dysfunction by increasing blood flow to the penis, helping men achieve and maintain an erection with sexual stimulation.</p><p>Key Features:</p><p>Same Active Ingredient as Cialis</p><p>Offers the same clinical effectiveness at a lower cost.</p><p>Long-Lasting Effect</p><p>Tadalafil can remain effective for up to 36 hours.</p><p>Proven ED Treatment</p><p>Widely used and recommended by healthcare professionals.</p><p>Prescription Required</p><p>Should be taken under the supervision of a healthcare provider.\"</p><div><br></div>','<p>\"Tadalafil – Generic Treatment for Erectile Dysfunction</p><p>Tadalafil is the unbranded, generic version of Cialis, used to treat erectile dysfunction (ED) in adult men. As both medications contain the same active ingredient—tadalafil—they are considered medically equivalent in effectiveness and safety.</p><p>Key Information:</p><p>Active Ingredient: Tadalafil (same as in branded Cialis)</p><p>Medical Equivalence: Offers the same therapeutic benefits as Cialis at a lower cost</p><p>Long-Lasting Effects: Known for its extended duration of action compared to other ED treatments</p><p>Intended Use: Designed to help men achieve and maintain an erection with sexual stimulation\"</p><div><br></div>','<p>Tadalafil Erectile Dysfunction Treatment</p><div><br></div>',200,1,0,1,'2025-12-17 21:50:27','2025-12-17 21:50:27',0,'Tadalafil (Generic Cialis)','Tadalafil Erectile Dysfunction Treatment'),(26,'Viagra Connect','viagra-connect','Viagra Connect',9.99,NULL,1,1,NULL,NULL,'<p>\"Viagra Connect – Over-the-Counter Erectile Dysfunction Treatment</p><p>Pharmacist-Approved Access to Trusted ED Relief</p><p>Product Overview:</p><p>Viagra Connect is an effective erectile dysfunction (ED) treatment that can be purchased without a prescription, following a consultation with a pharmacist. It contains the active ingredient sildenafil, which increases blood flow to help men achieve and maintain an erection when sexually aroused.</p><p>Key Features:</p><p>Available Without a Prescription</p><p>Can be obtained over the counter after pharmacist approval, offering discreet and convenient access.</p><p>Proven Active Ingredient (Sildenafil)</p><p>Clinically tested and widely trusted for treating erectile dysfunction.</p><p>Supports Natural Sexual Response</p><p>Helps men achieve firmer, longer-lasting erections with sexual stimulation.</p><p>Suitable for Men Over 18</p><p>Designed for adult men experiencing occasional or persistent erectile difficulties.\"</p><div><br></div>','<p>\"Viagra Connect – Convenient, Non-Prescription ED Treatment</p><p>Viagra Connect is the first erectile dysfunction (ED) medication available without a prescription in the UK. Classified as a pharmacy medicine, it can be purchased directly from a pharmacy after a brief consultation, offering a discreet and accessible way to manage ED.</p><p>Key Benefits:</p><p>No Prescription Required: Available over the counter following a pharmacist’s approval</p><p>Pharmacy-Only Access: Sold exclusively through registered pharmacies for safe, responsible use</p><p>Convenient Treatment Option: Helps men with ED access trusted medication more easily\"</p><div><br></div>','<p>Viagra Connect Erectile Dysfunction Treatment</p><div><br></div>',200,1,0,1,'2025-12-17 22:03:06','2025-12-17 22:03:06',0,'Viagra Connect','Viagra Connect Erectile Dysfunction Treatment'),(27,'Cialis Together','cialis-together','Buy Cialis Together Erectile Dysfunction Treatment',19.99,NULL,1,1,NULL,NULL,'<p>\"Cialis Together – Over-the-Counter ED Treatment</p><p>Prescription-Free Support for Erectile Function</p><p>Key Features:</p><p>Non-Prescription Availability</p><p>Cialis Together is accessible without the need for a doctor’s prescription, offering convenience and discretion.</p><p>Effective Erectile Dysfunction Relief</p><p>Specially formulated to help men manage erectile dysfunction and improve sexual performance.</p><p>Trusted Treatment Option</p><p>Developed as a reliable, over-the-counter solution for those seeking support with confidence and ease.\"</p><div><br></div>','<p>\"Cialis Together – Over-the-Counter Erectile Dysfunction Treatment</p><p>Cialis Together is an over-the-counter medication used to treat erectile dysfunction (ED) in adult men. It offers a convenient alternative to prescription treatments, providing effective relief without the need for a doctor’s prescription.</p><p>Key Information:</p><p>Non-Prescription Availability: Can be purchased directly from pharmacies without a prescription</p><p>Active Ingredient: Contains 10mg of tadalafil, a clinically proven ED treatment</p><p>Standard Dosage: 10mg is the commonly recommended strength for tadalafil-based ED medications, including Cialis Together, prescription Cialis, and generic Tadalafil</p><p>Designed for Convenience: Offers reliable treatment in an accessible, pharmacy-only format\"</p><div><br></div>','<p>Buy Cialis Together Erectile Dysfunction Treatment</p><div><br></div>',200,1,0,1,'2025-12-17 22:07:35','2025-12-17 22:07:35',0,'Cialis Together','Buy Cialis Together Erectile Dysfunction Treatment'),(28,'Spedra','spedra','Spedra',24.99,NULL,1,1,NULL,NULL,'<p>\"Spedra – Fast-Acting Erectile Dysfunction Treatment</p><p>Rapid Results in Just 15 Minutes</p><p>Product Overview:</p><p>Spedra is a modern solution for erectile dysfunction, known for its rapid onset of action and effective results.</p><p>Key Features:</p><p>Takes Effect in as Little as 15 Minutes</p><p>Allows for greater spontaneity in intimate moments.</p><p>Effective ED Relief</p><p>Improves blood flow to support firm and lasting erections.</p><p>Convenient Oral Tablet</p><p>Easy to take when needed.\"</p><div><br></div>','<p>\"Spedra (Avanafil) – Erectile Dysfunction Treatment for Adult Men</p><p>Spedra is a prescription medication used to treat erectile dysfunction (ED)—the inability to achieve or maintain an erection suitable for sexual activity. It contains the active ingredient avanafil, available in 50mg, 100mg, and 200mg strengths. Belonging to the phosphodiesterase type 5 (PDE5) inhibitor family, like Viagra, Spedra works by increasing blood flow to the penis to support a firm erection.</p><p>How Spedra Works</p><p>Spedra relaxes the smooth muscles in the blood vessels of the penis, enhancing blood flow during sexual stimulation. This physiological response enables an erection suitable for sexual intercourse.</p><p>Dosage &amp; Administration</p><p>Initial Recommended Dose: 100mg with water</p><p>Timing:</p><p>50mg: Take approximately 30 minutes before sexual activity</p><p>100mg and 200mg: Take 15–30 minutes before sexual activity</p><p>Frequency: Do not exceed one dose per day</p><p>With or Without Food: Can be taken with food, though a meal may delay onset of action</p><p>Onset &amp; Duration</p><p>Time to Take Effect:</p><p>100mg &amp; 200mg: Approximately 15–30 minutes</p><p>50mg: Around 30 minutes</p><p>Duration of Action: Effects may last up to 6 hours</p><p>Important Note: Sexual stimulation is required for the medication to be effective</p><p>Spedra vs. Other ED Treatments</p><p>Although Spedra, Viagra, and other ED medications operate via the same mechanism (PDE5 inhibition), they differ in how quickly they take effect. Spedra is known for its rapid onset compared to some alternatives.</p><p>Availability</p><p>Spedra is not available over the counter. It can only be obtained from select UK pharmacies following a consultation with a pharmacist. Availability may vary by pharmacy.\"</p><div><br></div>','<p>Spedra Erectile Dysfunction Treatment</p><div><br></div>',201,1,0,1,'2025-12-17 22:09:56','2025-12-17 22:09:56',0,'Spedra','Spedra Erectile Dysfunction Treatment'),(29,'ED Trial Pack','ed-trial-pack','ED Trial Pack',27.99,NULL,1,1,NULL,NULL,'<p>\"ED Trial Pack – Discover the Right Treatment for You</p><p>Purpose:</p><p>Specifically designed to help you identify the most effective erectile dysfunction (ED) treatment for your individual needs</p><p>What It Offers:</p><p>A curated selection of clinically proven ED medications</p><p>Enables you to compare effectiveness, duration, and side effects before committing to a full course</p><p>Key Benefits:</p><p>Helps determine the most suitable option through personal experience</p><p>Convenient way to trial multiple treatments in a safe and controlled manner</p><p>Ideal For:</p><p>Men exploring first-time ED treatments</p><p>Those seeking to optimize results with the most compatible medication\"</p><div><br></div>','<p>\"Erectile Dysfunction Trial Pack – Discover the Right Treatment for You</p><p>The Erectile Dysfunction (ED) Trial Pack is designed to help you identify the most effective treatment for your needs—at a discounted price. By trying a range of popular medications, you can find the one that works best for you with minimal risk and maximum convenience.</p><p>What\'s Included:</p><p>Each trial pack includes 4 tablets of the following ED treatments, each with a unique active ingredient:</p><p>Viagra – Contains Sildenafil</p><p>Cialis – Contains Tadalafil</p><p>Spedra – Contains Avanafil</p><p>Levitra – Contains Vardenafil</p><p>Why Choose the Trial Pack?</p><p>Compare Effectiveness: Each medication works differently—only by trying them can you determine which provides the best results</p><p>Cost-Effective: Access a range of leading treatments at a reduced price</p><p>Convenient Format: Four tablets of each treatment allow for adequate evaluation</p><p>Recommended Use:</p><p>Try each medication at least four times to assess its effectiveness for you</p><p>All treatments are provided in their recommended starting strength for safe and guided use\"</p><div><br></div>','<p>Erectile Dysfunction Treatment Trial Pack</p><div><br></div>',200,1,0,1,'2025-12-17 22:11:58','2025-12-17 22:11:58',0,'ED Trial Pack','Erectile Dysfunction Treatment Trial Pack'),(30,'VaxAid Deluxe','vaxaid-deluxe','VaxAid Deluxe',219.99,NULL,1,1,NULL,NULL,'<p>\"Hydrotherapy System for Erectile Dysfunction – Innovative Men’s Health Solution</p><p>New Approach for Effective ED Relief</p><p>Product Overview:</p><p>This hydrotherapy system offers a non-invasive, drug-free method for men managing erectile dysfunction. It combines water-based pressure and therapeutic design for natural stimulation.</p><p>Key Features:</p><p>Water-Based Treatment</p><p>Utilizes hydrotherapy principles for safe and comfortable use.</p><p>Designed for Men with ED</p><p>Helps improve blood flow and support erectile function.</p><p>Easy to Use at Home</p><p>A convenient and discreet solution for daily or occasional use\"</p><div><br></div>','<p>\"VaxAid Deluxe Hydropump – Penile Exercise &amp; ED Support System</p><p>The VaxAid Deluxe Hydropump is a medically engineered device designed to promote healthy erectile function and penile exercise through the use of negative pressure. It can be used in water (bath or shower) for maximum performance, or in air for spontaneous use.</p><p>Available Sizes</p><p>VaxAid Deluxe is available in three size variants based on erect penis length:</p><p>V5 Deluxe: For lengths up to 5 inches</p><p>V7 Deluxe: For lengths up to 7 inches – fits over 90% of users</p><p>V9 Deluxe: For lengths up to 9 inches</p><p>How the VaxAid Hydropump Works</p><p>Water-Based Use (Recommended for Penile Exercise)</p><p>Pelvic Seal Design: The pump seals at the pelvic seat, not the penis shaft, leaving the entire length unrestricted for even blood flow.</p><p>Fast &amp; Convenient: Easily applied in seconds during a shower or bath – seamlessly integrates into your daily hygiene routine.</p><p>Maximum Safety &amp; Power: Reaches the maximum negative pressure recommended by the FDA and MHRA using only the gaiter bellows pump.</p><p>Natural Erection Process:</p><p>The pump cycles in stages, gradually building an erection.</p><p>Between cycles, pressure returns to atmospheric levels, allowing natural blood flow in and out.</p><p>This helps prevent bulging at the base, a common issue with traditional air pumps.</p><p>Controlled Pressure Release: A unique flow control valve enables smooth deflation and multiple erection cycles in one session.</p><p>Water Acts as a Lubricant: Eliminates the need for additional lubricants.</p><p>Erection Ring Compatible: Use with the included VaxAid Erection Rings in water to help maintain an erection.</p><p>Air-Based Use (For Spontaneous Erections)</p><p>Lower Pressure in Air: Air doesn’t provide as strong a vacuum as water; use the auxiliary hand ball pump for added pressure when needed.</p><p>Comfort Pad Required: Includes a long insert comfort pad for use in air – must be lubricated before application.</p><p>Use with Erection Ring:</p><p>The ring is applied to the flaccid penis, positioned snugly at the base.</p><p>The pump forms a seal over the ring and erects the penis through it.</p><p>Once erect, remove the pump and leave the ring in place to maintain the erection.</p><p>The ring allows for normal ejaculation and is designed for easy removal.</p><p>Key Benefits of the VaxAid System</p><p>Dual-Use Functionality: Suitable for use in both water and air</p><p>Gradual &amp; Uniform Erection: Prevents bending and bulging; supports full-length firmness</p><p>Safe &amp; Regulated Pressure: Cannot exceed medically approved limits</p><p>No Need for Lubricant (in water use)</p><p>Supportive of ED Treatment &amp; Penile Vascular Health</p><p>Quick, Discreet, and Easy to Incorporate Into Daily Routine\"</p><div><br></div>','<p>Vacuum Pump Treatment</p><div><br></div>',197,1,0,1,'2025-12-17 22:13:42','2025-12-17 22:13:42',0,'VaxAid Deluxe','Vacuum Pump Treatment'),(31,'Levitra (Vardenafil)','levitra-vardenafil','Levitra (Vardenafil)',18.99,NULL,1,1,NULL,NULL,'<p>\"Levitra – Fast-Acting ED Treatment</p><p>Targeted Support, Especially for Men with Diabetes</p><p>Product Overview:</p><p>Levitra is a clinically proven medication designed to treat erectile dysfunction quickly and effectively. Its formulation is especially recommended for men with diabetes, offering reliable results with a rapid onset.</p><p>Key Features:</p><p>Quick Acting Formula</p><p>Begins working within 30 to 60 minutes to support sexual performance when needed.</p><p>Recommended for Diabetic Men</p><p>Shown to be particularly effective in men managing diabetes-related erectile concerns.</p><p>Enhances Blood Flow</p><p>Helps improve blood circulation to the penis for firm, lasting erections.</p><p>Trusted Medical Treatment</p><p>A doctor-recommended solution with a strong safety and efficacy profile.\"</p><div><br></div>','<p>\"Levitra – Effective Treatment for Erectile Dysfunction</p><p>Levitra is a prescription medication used to treat erectile dysfunction (ED) in adult men— a condition characterized by difficulty achieving or maintaining an erection.</p><p>Key Information:</p><p>Purpose: Designed to help improve erectile function in men with ED</p><p>Active Ingredient: Contains vardenafil, a clinically approved compound for enhancing blood flow to the penis</p><p>Target Group: Intended for use by adult men only\"</p><div><br></div>','<p>Levitra Erectile Dysfunction Treatment</p><div><br></div>',200,1,0,1,'2025-12-17 22:15:46','2025-12-17 22:15:46',0,'Levitra (Vardenafil)','Levitra Erectile Dysfunction Treatment'),(32,'Vardenafil (Generic Levitra)','vardenafil-generic-levitra','Vardenafil (Generic Levitra)',18.99,NULL,1,1,NULL,NULL,'<p>\"Vardenafil – ED Treatment Recommended for Diabetics</p><p>Reliable Support for Men with Diabetes</p><p>Product Overview:</p><p>Vardenafil is a safe and effective treatment for erectile dysfunction, particularly recommended for men managing diabetes-related sexual health issues.</p><p>Key Features:</p><p>Trusted for Diabetic Men</p><p>Shown to be effective in men with diabetes.</p><p>Improves Erection Quality</p><p>Enhances blood flow to help achieve and maintain erections.</p><p>Clinically Backed</p><p>Recognized for its safety and reliability.\"</p><div><br></div>','<p>\"Vardenafil – Reliable Erectile Dysfunction Treatment for Men</p><p>Vardenafil is a prescription medication used to treat erectile dysfunction (ED) in adult men. It contains the active ingredient vardenafil, which enhances blood flow to support a firm and sustained erection during sexual activity.</p><p>Key Information:</p><p>Active Ingredient: Contains vardenafil, a clinically approved ED treatment</p><p>Suitable for Most Men: Designed for use by adult men of all backgrounds</p><p>Recommended for Diabetic Men: Especially beneficial for individuals with diabetes-related ED, which may result from neuropathy or vascular complications\"</p><div><br></div>','<p>Vardenafil Erectile Dysfunction Treatment</p><div><br></div>',200,1,0,1,'2025-12-17 22:17:09','2025-12-17 22:17:09',0,'Vardenafil (Generic Levitra)','Vardenafil Erectile Dysfunction Treatment'),(33,'Regaine Extra Strength Foam','regaine-extra-strength-foam','Regaine Extra Strength Foam',49.99,NULL,1,3,NULL,NULL,'<p>\"Minoxidil 5% Foam – High-Strength Hair Regrowth Treatment for Men</p><p>Key Features:</p><p>5% Minoxidil – clinically proven to treat male pattern hair loss (androgenetic alopecia)</p><p>High-strength, fast-acting formula for effective results</p><p>Formulation:</p><p>Easy-to-use topical foam designed for direct application to the scalp</p><p>Quick-drying and non-greasy for daily use</p><p>How It Works:</p><p>Revitalizes hair follicles to stimulate growth and slow hair loss</p><p>Supports thicker, fuller hair over time with regular use</p><p>Usage:</p><p>Applied twice daily for optimal results</p><p>Ideal for men experiencing gradual thinning or receding hairlines\"</p><div><br></div>','<p>\"REGAINE® Extra Strength Foam 5% – Clinically Proven Hair Regrowth Treatment for Men</p><p>REGAINE® Extra Strength Foam 5% is a topical treatment formulated for hereditary hair loss in men. Containing minoxidil, a clinically backed active ingredient, REGAINE works by increasing blood flow to the scalp—enlarging hair follicles and thickening hair shafts to help prevent further hair loss and promote new growth.</p><p>🔹 How REGAINE® Works</p><p>Mechanism: Minoxidil improves blood circulation to hair follicles, promoting thicker, stronger hair.</p><p>Targeted Use: Specifically developed for hereditary hair loss, which is influenced by genetics, hormones, and age.</p><p>Progressive Effect: Helps reverse the follicle shrinkage process that leads to thinning and balding over time.</p><p>🔹 Who Can Use REGAINE®?</p><p>Best suited for young men experiencing early signs of hair loss, particularly small bald patches at the crown.</p><p>Not suitable for those who have been bald for many years or have large areas of hair loss.</p><p>🔹 How to Use REGAINE® Foam</p><p>For external use only on the scalp</p><p>Apply 1g (half a capful) directly to the affected area</p><p>Use twice daily, 12 hours apart (e.g., morning and night)</p><p>Leave on scalp for 12 hours before washing</p><p>Works best when applied to a completely dry scalp</p><p>🧴 Application Tips</p><p>Wash hands before and after use</p><p>Avoid handling the foam too long — it melts on contact with body heat</p><p>Massage gently into the scalp</p><p>Gloves are not required if hands are washed immediately after application</p><p>Avoid fine-tooth combs which can stress hair follicles; use wide-tooth combs with rounded tips if needed</p><p>⏱️ How Long Does It Take to See Results?</p><p>Visible results may begin in 8 weeks, but can take up to 12–16 weeks</p><p>Continued use is essential — stopping treatment may reverse progress</p><p>Initial increased shedding may occur as new growth replaces dormant follicles</p><p>If no improvement is seen after 16 weeks, discontinue use and consult a healthcare provider</p><p>✅ Effectiveness</p><p>Clinically proven: 9 out of 10 men report reduced hair loss and visible regrowth</p><p>Works best when used consistently and correctly</p><p>🔄 REGAINE® Foam vs. REGAINE® Solution</p><p>Feature<span style=\"white-space:pre\">	</span>REGAINE Foam<span style=\"white-space:pre\">	</span>REGAINE Solution</p><p>Form<span style=\"white-space:pre\">	</span>Pressurised canister<span style=\"white-space:pre\">	</span>Spray bottle</p><p>Application Area<span style=\"white-space:pre\">	</span>Crown of the scalp<span style=\"white-space:pre\">	</span>Crown of the scalp</p><p>Age Range<span style=\"white-space:pre\">	</span>Licensed for men 18–49<span style=\"white-space:pre\">	</span>Tested for men up to 65</p><p>Active Ingredient<span style=\"white-space:pre\">	</span>5% Minoxidil<span style=\"white-space:pre\">	</span>5% Minoxidil</p><p>Effectiveness<span style=\"white-space:pre\">	</span>Equally effective<span style=\"white-space:pre\">	</span>Equally effective</p><p>Preference<span style=\"white-space:pre\">	</span>User choice based on format<span style=\"white-space:pre\">	</span>User choice based on format</p><p>Note: After online consultation, REGAINE Foam may be prescribed for men up to 65 years of age.</p><p>🌍 REGAINE® vs. ROGAINE®</p><p>REGAINE® (UK) and ROGAINE® (USA) are identical products manufactured by Johnson &amp; Johnson</p><p>Both contain 5% minoxidil and are available in foam or solution formats</p><p>🔔 Important Reminders</p><p>Use exactly as directed — applying more will not speed up results and may cause side effects</p><p>One canister lasts approximately one month</p><p>Consistency is key — to maintain results, ongoing use is required\"</p><div><br></div>','<p>Extra Strength Minoxidil 5% Foam</p><div><br></div>',200,0,0,1,'2025-12-17 22:24:40','2025-12-17 22:26:56',1,'Regaine Extra Strength Foam','Extra Strength Minoxidil 5% Foam'),(34,'Regaine Extra Strength Solution','regaine-extra-strength-solution','Regaine Extra Strength Solution',34.99,NULL,1,3,NULL,NULL,'<p>\"Minoxidil 5% – Trusted Treatment for Hereditary Hair Loss in Men</p><p>Overview:</p><p>The most widely used and clinically proven solution for male pattern baldness</p><p>Active Ingredient:</p><p>5% Minoxidil – targets the root cause of hereditary hair loss by revitalizing hair follicles</p><p>Benefits:</p><p>Effectively slows hair thinning and promotes new hair growth</p><p>Increases hair density with continued, twice-daily use</p><p>Reputation:</p><p>Backed by decades of clinical research and user trust</p><p>Recommended as a first-line treatment for androgenetic alopecia in men</p><p>Application:</p><p>Available in easy-to-use foam or topical solution formats\"</p><div><br></div>','<p>\"REGAINE® Extra Strength Solution 5% – Proven Treatment for Hereditary Hair Loss in Men</p><p>REGAINE® Extra Strength Solution 5% is a clinically proven treatment designed to combat hereditary hair loss in men. It contains minoxidil, an active ingredient that stimulates blood flow to the hair follicles, helping to increase follicle size and hair shaft diameter, which can prevent further hair loss and promote regrowth.</p><p>🔬 How REGAINE® Works</p><p>Enhances blood circulation to the scalp</p><p>Enlarges shrunken follicles and thickens hair shafts</p><p>Helps slow down hair loss and supports the growth of new hair</p><p>👤 Who Can Use REGAINE®?</p><p>Recommended Age: Men aged 18 to 65 years</p><p>Best Results For:</p><p>Men with thinning hair</p><p>Men with small, coin-sized bald patches</p><p>Not Recommended For:</p><p>Men who have been bald for many years</p><p>Individuals with large areas of hair loss</p><p>📊 Effectiveness of REGAINE® Solution</p><p>Hair loss stabilisation: Proven effective in 8 out of 10 men</p><p>Hair regrowth: Visible results in 3 out of 5 men</p><p>Timeline for results:</p><p>Initial soft, fine hair growth may be seen as early as 8 weeks</p><p>Full results may take 12 to 16 weeks</p><p>⚠️ Results vary depending on factors such as genetics, cause of hair loss, scalp area affected, and duration of hair loss.</p><p>🕒 How Long Does It Take to Work?</p><p>Hair regrowth may begin in 8 weeks, but allow up to 16 weeks for visible improvement</p><p>Continued use is essential to maintain results</p><p>One bottle lasts approximately 1 month</p><p>Do not exceed the recommended dose—using more will not speed up results and may increase the risk of side effects</p><p>If no results are seen after 1 year, treatment should be discontinued</p><p>💧 How to Use REGAINE® Solution</p><p>Apply 1ml directly to the affected scalp area, twice daily</p><p>Ensure your scalp is completely dry before application</p><p>Gently massage into the scalp</p><p>Leave at least 12 hours between applications</p><p>Do not exceed two applications per day</p><p>🧴 Foam vs. Solution – What’s the Difference?</p><p>Feature<span style=\"white-space:pre\">	</span>REGAINE® Foam 5%<span style=\"white-space:pre\">	</span>REGAINE® Solution 5%</p><p>Age Range<span style=\"white-space:pre\">	</span>18–49 years<span style=\"white-space:pre\">	</span>Up to 65 years</p><p>Form<span style=\"white-space:pre\">	</span>Foam in pressurised canister<span style=\"white-space:pre\">	</span>Liquid solution in dropper bottle</p><p>Effectiveness<span style=\"white-space:pre\">	</span>Same active ingredient &amp; strength<span style=\"white-space:pre\">	</span>Same active ingredient &amp; strength</p><p>Choice Depends On<span style=\"white-space:pre\">	</span>Age and application preference<span style=\"white-space:pre\">	</span>Age and application preference\"</p><div><br></div>','<p>Minoxidil 5% Solution</p><div><br></div>',200,1,0,1,'2025-12-17 22:26:28','2025-12-17 22:26:28',1,'Regaine Extra Strength Solution','Minoxidil 5% Solution'),(35,'Propecia (Finasteride) Tablets','propecia-finasteride-tablets','Propecia (Finasteride) Tablets',15.99,NULL,1,3,NULL,NULL,'<p>\"Propecia – Clinically Proven Treatment for Male Pattern Baldness</p><p>Contains Finasteride for Effective Hair Loss Management</p><p>Product Overview:</p><p>Propecia is a prescription hair loss treatment containing finasteride, a medication clinically proven to combat male pattern baldness. It works by targeting the hormone responsible for hair follicle shrinkage, helping to slow hair loss and promote regrowth in men.</p><p>Key Features:</p><p>Contains Finasteride (1mg)</p><p>A DHT-blocking ingredient that helps reverse hair thinning and loss.</p><p>Clinically Proven Results</p><p>Demonstrated effectiveness in treating male pattern hair loss in the crown and mid-scalp areas.</p><p>Daily Oral Tablet</p><p>Simple once-daily dosage for consistent and long-term results.</p><p>Prescription-Only Treatment</p><p>For use under medical supervision for optimal hair restoration.\"</p><div><br></div>','<p>\"Propecia – Clinically Proven Treatment for Male Pattern Hair Loss</p><p>Propecia is a prescription medication used to treat male pattern hair loss in men. This condition often results in thinning scalp hair, a receding hairline, or balding at the crown. Propecia contains finasteride, a type II 5-alpha reductase inhibitor that helps reduce hair loss and support hair regrowth.</p><p>How Propecia Works</p><p>Propecia blocks the action of 5-alpha reductase, an enzyme that converts testosterone into dihydrotestosterone (DHT)</p><p>Elevated DHT levels are known to shrink hair follicles and reduce hair growth</p><p>By lowering DHT levels in the scalp, Propecia:</p><p>Helps slow further hair loss</p><p>Promotes new hair growth</p><p>Supports thicker and healthier hair over time</p><p>Note: This treatment is not effective for men with complete hair loss.</p><p>Effectiveness</p><p>In a five-year clinical study, men taking 1 mg of finasteride daily experienced:</p><p>Significant and sustained improvement in hair growth</p><p>Slower progression of hair thinning</p><p>Greater efficacy compared to placebo</p><p>How to Use Propecia</p><p>Dosage: One tablet taken once daily, swallowed whole with water</p><p>With or without food: Can be taken regardless of meals</p><p>Do not crush or chew the tablet</p><p>If a dose is missed, do not double up—simply take the next scheduled dose</p><p>When to Expect Results</p><p>Noticeable improvements typically appear after 3 to 6 months of daily use</p><p>Continued use is essential to maintain results</p><p>If treatment is discontinued, regrowth effects may reverse within 9 to 12 months</p><p>Propecia vs. Finasteride</p><p>Feature<span style=\"white-space:pre\">	</span>Propecia (Branded)<span style=\"white-space:pre\">	</span>Finasteride (Generic)</p><p>Active Ingredient<span style=\"white-space:pre\">	</span>Finasteride<span style=\"white-space:pre\">	</span>Finasteride</p><p>Medical Equivalence<span style=\"white-space:pre\">	</span>Yes<span style=\"white-space:pre\">	</span>Yes</p><p>Price<span style=\"white-space:pre\">	</span>Higher<span style=\"white-space:pre\">	</span>Lower</p><p>Availability<span style=\"white-space:pre\">	</span>Branded version<span style=\"white-space:pre\">	</span>Generic version\"</p><div><br></div>','<p>Effective Hair Loss Treatment Tablets</p><div><br></div>',200,0,0,1,'2025-12-17 22:28:52','2025-12-17 22:28:52',1,'Propecia (Finasteride) Tablets','Effective Hair Loss Treatment Tablets'),(36,'Alpecin C1 Caffeine Shampoo','alpecin-c1-caffeine-shampoo','Alpecin C1 Caffeine Shampoo',5.99,NULL,1,3,NULL,NULL,'<p>\"Alpecin Caffeine Shampoo</p><p>Key Benefits:</p><p>Stimulates Hair Roots</p><p>Formulated with caffeine, this shampoo helps to energize the scalp and support natural hair growth.</p><p>Promotes Stronger Hair</p><p>Designed to enhance the vitality of your hair from the roots, encouraging healthy, fuller-looking strands.</p><p>Daily Use Formula</p><p>Suitable for regular use, making it easy to incorporate into your everyday hair care routine.\"</p><div><br></div>','<p>\"Alpecin Caffeine Shampoo C1 – Stimulates Hair Roots and Supports Hair Growth</p><p>Alpecin Caffeine Shampoo C1 is a specialized hair care product designed to stimulate hair growth directly at the follicles. Enriched with active caffeine, it helps extend the hair growth phase while strengthening the hair structure, making it an ideal choice for men experiencing thinning hair or early-stage hair loss.</p><p>Key Benefits</p><p>Stimulates Hair Growth: Activates hair roots and promotes growth at the follicular level</p><p>Strengthens Hair: Enhances hair grip and structure by avoiding silicones</p><p>Easy Daily Use: Convenient addition to your regular grooming routine</p><p>No Prescription Required: Available over the counter in pharmacies and select supermarkets</p><p>Active Ingredients</p><p>Caffeine: Penetrates through the scalp and hair shaft to stimulate follicles and prolong the hair growth cycle</p><p>Niacin (Vitamin B3) &amp; Zinc: Support healthy hair roots and overall scalp vitality</p><p>Silicone-Free Formula: Leaves hair with a stronger, fuller texture and natural grip</p><p>How to Use</p><p>Frequency: Use daily as part of your shower routine</p><p>Application:</p><p>Apply the shampoo to wet hair</p><p>Leave it on the scalp for 2 minutes</p><p>Rinse thoroughly with water</p><p>Side Effects</p><p>While generally well-tolerated, some users may experience:</p><p>Redness of the scalp</p><p>Burning or irritation</p><p>If symptoms persist, discontinue use and consult a healthcare professional.</p><p>Compatibility with Other Hair Loss Treatments</p><p>Compatible with Regaine (Minoxidil):</p><p>Ensure Regaine foam is left on the scalp for at least 15 minutes before washing with Alpecin</p><p>Compatible with Finasteride:</p><p>Alpecin may be used alongside Finasteride as they work through different mechanisms\"</p><div><br></div>','<p>Encourage Hair Growth With Alpecin Shampoo</p><div><br></div>',200,0,0,1,'2025-12-17 22:30:15','2025-12-17 22:30:15',1,'Alpecin C1 Caffeine Shampoo','Encourage Hair Growth With Alpecin Shampoo'),(37,'Alpecin Double Effect Caffeine Shampoo','alpecin-double-effect-caffeine-shampoo','Alpecin Double Effect Caffeine Shampoo',8.49,NULL,1,3,NULL,NULL,'<p>\"Alpecin Double Effect Shampoo</p><p>Dual-Action Formula for Scalp and Hair Health</p><p>Key Features:</p><p>Fights Dandruff Effectively</p><p>Contains active anti-dandruff ingredients that help reduce flakes and relieve scalp irritation.</p><p>Supports Hair Growth</p><p>Infused with caffeine to invigorate hair roots and promote natural hair growth.</p><p>Two Benefits in One Wash</p><p>Combines dandruff control and hair energizing care in a single convenient shampoo.</p><p>Suitable for Daily Use</p><p>Gentle enough for everyday application while delivering noticeable results.\"</p><div><br></div>','<div>\"Alpecin Double Effect Caffeine Shampoo – Dual Action for Dandruff and Hair Loss</div><div>Alpecin Double Effect Caffeine Shampoo is a specially formulated shampoo that targets two common scalp concerns: dandruff and hereditary hair loss. By combining effective anti-dandruff ingredients with a caffeine-based complex, it promotes a healthier scalp environment while supporting stronger hair growth from the root.</div><div>Key Benefits</div><div>2-in-1 Action: Combats persistent dandruff and helps prevent hair thinning</div><div>Cleanses &amp; Stimulates: Removes scalp buildup while energizing the hair roots</div><div>Supports Healthy Hair Growth: Helps prolong the hair growth phase</div><div>No Prescription Needed: Available over the counter in pharmacies and selected retailers</div><div>Active Ingredients</div><div>Salicylic Acid &amp; Piroctone Olamine:</div><div>Work together to gently remove dandruff, reduce inflammation, and provide antimicrobial benefits</div><div>Caffeine Complex:</div><div>Stimulates the hair follicles to prolong the hair growth phase</div><div>Niacin (Vitamin B3) &amp; Zinc:</div><div>Strengthen hair roots and promote a healthy scalp environment</div><div>How It Works</div><div>Anti-Dandruff Action:</div><div>Salicylic acid and piroctone olamine break down scaly and keratinous cells</div><div>Effectively clears dandruff and prepares the scalp for hair stimulation</div><div>Hair Growth Activation:</div><div>Once dandruff is cleared, the caffeine complex penetrates the follicles</div><div>Stimulates the roots to promote regrowth and improve hair strength</div><div>Directions for Use</div><div>Apply to wet hair and massage into the scalp</div><div>Leave the shampoo on for 2 minutes before rinsing thoroughly</div><div>The massage helps improve absorption of active ingredients</div><div>Possible Side Effects</div><div>May cause redness or a burning sensation on the scalp in some individuals</div><div>If irritation persists, discontinue use and consult a healthcare provider</div><div>Compatibility with Other Hair Loss Treatments</div><div>Safe to use with Regaine (Minoxidil):</div><div>Apply Regaine foam first and wait at least 15 minutes before washing with Alpecin</div><div>Safe to use with Finasteride:</div><div>Complements oral treatment as they work through different mechanisms</div><div>Difference Between Alpecin Double Effect and Caffeine Shampoo C1</div><div>Feature<span style=\"white-space:pre\">	</span>Double Effect Shampoo<span style=\"white-space:pre\">	</span>Caffeine Shampoo C1</div><div>Dandruff Removal<span style=\"white-space:pre\">	</span>Yes – contains anti-dandruff ingredients<span style=\"white-space:pre\">	</span>No</div><div>Hair Growth Stimulation<span style=\"white-space:pre\">	</span>Yes – with caffeine complex<span style=\"white-space:pre\">	</span>Yes – with caffeine complex</div><div>Additional Benefits<span style=\"white-space:pre\">	</span>Prepares scalp by clearing buildup<span style=\"white-space:pre\">	</span>Strengthens hair with no dandruff action</div><div>Primary Focus<span style=\"white-space:pre\">	</span>Dandruff and hair loss combination<span style=\"white-space:pre\">	</span>Hair loss and strengthening\"</div><div><br></div>','<p>Manage Dandruff And Promote Hair Growth</p><div><br></div>',200,0,0,1,'2025-12-17 22:31:54','2025-12-17 22:31:54',1,'Alpecin Double Effect Caffeine Shampoo','Manage Dandruff And Promote Hair Growth'),(38,'Nizoral Anti-Dandruff Shampoo','nizoral-anti-dandruff-shampoo','Nizoral Anti-Dandruff Shampoo',6.99,NULL,1,3,NULL,NULL,'<p>\"Dandruff Treatment – Soothes and Protects the Scalp</p><p>Relief from Common Dandruff Symptoms</p><p>Product Overview:</p><p>This formula is designed to treat and prevent dandruff while relieving the uncomfortable symptoms often associated with it.</p><p>Key Benefits:</p><p>Targets Dandruff at the Source</p><p>Effectively helps reduce and prevent flaking and buildup.</p><p>Soothes Scalp Irritation</p><p>Alleviates dryness, redness, and itching for improved scalp comfort.</p><p>Promotes Healthier-Looking Hair</p><p>Supports a clean, balanced scalp environment for overall hair health.\"</p><div><br></div>','<p>\"Buy Nizoral Anti-Dandruff Shampoo Online</p><p>Nizoral Anti-Dandruff Shampoo is a fragrance-free, dermatologically tested treatment specially formulated to both treat and prevent dandruff. Its active ingredient, ketoconazole, is a clinically proven antifungal agent that targets the root cause of dandruff, helping to relieve symptoms such as:</p><p>Dry or itchy scalp</p><p>Redness or irritation</p><p>Flaking and inflammation</p><p>Key Features</p><p>Active Ingredient: Ketoconazole – treats the fungal cause of dandruff</p><p>Fragrance-Free Formula: Ideal for sensitive scalps</p><p>Dermatologically Tested: Proven safe and effective for regular use</p><p>Relieves Symptoms: Soothes dryness, itching, flaking, and redness</p><p>Prevents Recurrence: Can be used preventatively once symptoms subside</p><p>Directions for Use</p><p>Before Use: Shake the bottle well</p><p>Application:</p><p>Thoroughly wet the hair</p><p>Apply a small amount of shampoo directly to the scalp</p><p>Massage into a lather</p><p>Leave on the scalp for 3 to 5 minutes</p><p>Rinse thoroughly</p><p>Treatment Schedule:</p><p>Use every 3 to 4 days for 2 to 4 weeks</p><p>If symptoms do not improve within 4 weeks, consult a doctor or pharmacist</p><p>Maintenance:</p><p>Once symptoms resolve, use once every 1 to 2 weeks to prevent recurrence</p><p>Warnings and Precautions</p><p>For external use only</p><p>Do not exceed recommended frequency</p><p>Store below 25°C</p><p>Keep out of reach and sight of children</p><p>Read the enclosed patient information leaflet before use</p><p>Consult Your Doctor or Pharmacist If:</p><p>You have any underlying medical conditions</p><p>You are using other medications or complementary therapies</p><p>Symptoms persist or worsen</p><p>You are pregnant, breastfeeding, or planning to become pregnant</p><p>You have known allergies</p><p>Ingredients</p><p>Active Ingredient:</p><p>Ketoconazole</p><p>Other Ingredients:</p><p>Sodium Lauryl Ether Sulphate</p><p>Disodium Monolauryl Ether Sulphosuccinate</p><p>Coconut Fatty Acid Diethanolamide</p><p>Laurdimonium Hydrolysed Animal Collagen</p><p>Macrogol 120 Methyl Glucose Dioleate</p><p>Sodium Chloride</p><p>Sodium Hydroxide</p><p>Imidurea</p><p>Hydrochloric Acid</p><p>Erythrosine (E127)</p><p>Purified Water\"</p><div><br></div>','<p>Buy Nizoral Anti-Dandruff Shampoo - 60ml</p><div><br></div>',200,0,0,1,'2025-12-17 22:33:27','2025-12-17 22:33:27',1,'Nizoral Anti-Dandruff Shampoo','Buy Nizoral Anti-Dandruff Shampoo - 60ml'),(39,'The Total Hair Regrowth Kit','the-total-hair-regrowth-kit','The Total Hair Regrowth Kit',94.97,NULL,1,3,NULL,NULL,'<p>\"All-in-One Hair Growth Kit – Complete Solution for Hair Regrowth &amp; Prevention</p><p>Overview:</p><p>Discover our brand-new, all-in-one hair growth kit, expertly designed to combat hair loss and stimulate regrowth in one convenient package.</p><p>What’s Inside:</p><p>Three clinically backed products that work in synergy to:</p><p>Promote new hair growth</p><p>Strengthen existing hair</p><p>Prevent further thinning and loss</p><p>Key Benefits:</p><p>Comprehensive care in a cost-effective bundle</p><p>Streamlined routine for maximum results</p><p>Suitable for long-term hair health and maintenance</p><p>Ideal For:</p><p>Individuals seeking a proven, multi-step solution to address hair loss from multiple angles\"</p><div><br></div>','<p>\"Total Hair Regrowth Kit – Comprehensive Hair Loss Solution</p><p>Overview</p><p>Male pattern baldness affects nearly two-thirds of men by the age of 65. While it’s often thought to be inevitable, hair loss can be slowed, stopped, and even reversed in some cases—without the need for surgery or invasive procedures.</p><p>What’s Inside the Kit</p><p>The Total Hair Regrowth Kit combines three of our most trusted, clinically proven treatments to deliver a powerful, multi-angle approach to managing hair loss. Each product is designed to:</p><p>Stimulate hair regrowth</p><p>Prevent further hair thinning</p><p>Support healthy, resilient hair follicles</p><p>Why Choose This Kit?</p><p>Clinically Backed: Includes treatments supported by scientific research</p><p>Non-Invasive: No need for surgical procedures or costly in-office treatments</p><p>Comprehensive Care: Targets both the causes and symptoms of male pattern hair loss</p><p>Convenient &amp; Effective: Easy to integrate into your daily routine\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Regaine - Finasteride - Alpecin</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 22:35:31','2025-12-17 22:35:31',1,'The Total Hair Regrowth Kit','Regaine - Finasteride - Alpecin'),(40,'Alpecin Grey Attack Shampoo','alpecin-grey-attack-shampoo','Alpecin Grey Attack Shampoo',4.99,NULL,1,3,NULL,NULL,'<p>\"Alpecin Grey Attack Shampoo – Dual-Action Formula for Greyness Reduction &amp; Hair Growth</p><p>Product Overview:</p><p>Alpecin Grey Attack Shampoo is specially formulated to target two key hair concerns:</p><p>Gradually reduces grey hairs</p><p>Promotes natural hair growth</p><p>How It Works:</p><p>Utilises a dual-action blend to restore pigment in greying strands while stimulating the scalp to support stronger, fuller hair</p><p>Caffeine complex energizes hair roots, helping to extend the active growth phase</p><p>Key Benefits:</p><p>Visibly diminishes greyness with regular use</p><p>Encourages thicker, healthier-looking hair</p><p>Easy to incorporate into your daily haircare routine</p><p>Bottle Size:</p><p>200ml</p><p>Ideal For:</p><p>Men looking to combat early signs of greying while supporting hair vitality\"</p><div><br></div>','<p>\"Alpecin Grey Attack Shampoo – Gradual Darkening and Hair Root Support</p><p>Alpecin Grey Attack is a dual-action shampoo designed to gradually darken greying hair while supporting hair growth and root health. With regular use, it restores a more youthful appearance without artificial dyes or harsh chemicals.</p><p>Key Benefits</p><p>Natural Darkening Effect: Gradually reduces the appearance of grey hair</p><p>Hair Growth Support: Stimulates the roots to encourage fuller, healthier hair</p><p>Caffeine Complex: Enhances scalp circulation and nutrient delivery</p><p>Non-Invasive Solution: No need for hair dye or coloring treatments</p><p>Active Ingredients</p><p>5,6-Dihydroxyindole (DHI):</p><p>Reacts with oxygen in the air to form a natural-looking colorant</p><p>Delivers a progressive and long-lasting darkening effect with consistent use</p><p>Caffeine Complex:</p><p>Boosts blood circulation in the scalp</p><p>Enhances nutrient delivery to the hair follicles</p><p>Supports hair regrowth and maintains strong roots\"</p><div><br></div>','<p>Caffeine Shampoo for Darker and Stronger Hair</p><div><br></div>',200,0,0,1,'2025-12-17 22:36:44','2025-12-17 22:36:44',1,'Alpecin Grey Attack Shampoo','Caffeine Shampoo for Darker and Stronger Hair'),(41,'Alpecin Caffeine Liquid Hair Energizer','alpecin-caffeine-liquid-hair-energizer','Alpecin Caffeine Liquid Hair Energizer',8.99,NULL,1,3,NULL,NULL,'<p>\"Alpecin Caffeine Liquid – Scalp Energiser for Hair Growth Support</p><p>Product Overview:</p><p>Alpecin Caffeine Liquid is a leave-in scalp tonic formulated to stimulate hair roots and support natural hair growth.</p><p>Key Ingredient:</p><p>Caffeine – actively penetrates the scalp to energize hair follicles and extend the hair growth phase</p><p>How It Works:</p><p>Absorbs quickly into the scalp without leaving residue</p><p>Strengthens hair roots to help reduce hair thinning and loss</p><p>Key Benefits:</p><p>Supports stronger, thicker-looking hair</p><p>Ideal for daily use on dry or towel-dried hair</p><p>No need to rinse out</p><p>Ideal For:</p><p>Men looking to maintain hair density and stimulate scalp activity\"</p><div><br></div>','<p>\"Alpecin Caffeine Liquid Hair Energizer – Leave-In Treatment for Stronger Hair Roots</p><p>Alpecin Caffeine Liquid Hair Energizer is a leave-in scalp tonic formulated with a powerful Caffeine Complex to help strengthen hair roots and reduce hair loss. Ideal for daily use, this energizing liquid supports long-term scalp and hair health without the need for rinsing.</p><p>What It’s Used For</p><p>Helps to strengthen hair at the root</p><p>Prolongs the hair growth phase</p><p>Supports the reduction of hereditary hair loss in men</p><p>Active Ingredients</p><p>Caffeine Complex: Stimulates hair follicles and encourages root activation</p><p>Niacin (Vitamin B3) &amp; Zinc: Promote healthy hair roots and scalp vitality</p><p>How It Works</p><p>The caffeine-based formula penetrates directly into the hair follicles</p><p>Helps promote hair growth and improve root resilience</p><p>Designed to be left on the scalp, forming a reservoir of active ingredients effective for up to 24 hours</p><p>How to Use</p><p>Apply directly to the scalp in the morning or after washing hair</p><p>Massage gently into towel-dried or dry scalp</p><p>Do not rinse out — allow the liquid to dry for 3 minutes before styling</p><p>Regular use is recommended for optimal results</p><p>Possible Side Effects</p><p>Some users may experience redness or a tingling sensation on the scalp</p><p>If irritation persists, discontinue use and consult a healthcare professional</p><p>Availability</p><p>Over-the-counter product – no prescription required</p><p>Available at pharmacies and select supermarkets</p><p>Alpecin Liquid vs. Alpecin Caffeine Shampoo C1</p><p>Feature<span style=\"white-space:pre\">	</span>Caffeine Liquid Hair Energizer<span style=\"white-space:pre\">	</span>Caffeine Shampoo C1</p><p>Application Type<span style=\"white-space:pre\">	</span>Leave-in liquid<span style=\"white-space:pre\">	</span>Wash-out shampoo</p><p>Duration of Action<span style=\"white-space:pre\">	</span>24-hour depot effect<span style=\"white-space:pre\">	</span>Rinsed out after washing</p><p>Ideal Use<span style=\"white-space:pre\">	</span>Daily scalp application<span style=\"white-space:pre\">	</span>Daily hair washing</p><p>Caffeine Absorption<span style=\"white-space:pre\">	</span>Direct to follicle, no rinse required<span style=\"white-space:pre\">	</span>Through hair shaft during wash\"</p><div><br></div>','<p>Caffeine Liquid To Promote Hair Growth</p><div><br></div>',200,0,0,1,'2025-12-17 22:38:21','2025-12-17 22:38:21',1,'Alpecin Caffeine Liquid Hair Energizer','Caffeine Liquid To Promote Hair Growth'),(42,'Durex Play Feel Lubricant','durex-play-feel-lubricant','Durex Play Feel Lubricant',6.99,NULL,1,23,NULL,NULL,'<p>\"Water-Based Lubricant – Enhance Comfort &amp; Intimacy</p><p>Product Overview:</p><p>Designed to heighten your sexual experience with a smooth, natural feel</p><p>Key Features:</p><p>Water-soluble formula – easy to clean and gentle on the skin</p><p>Non-staining – won’t leave marks on clothing or bedding</p><p>Compatible with latex condoms and sex toys</p><p>Benefits:</p><p>Enhances comfort and reduces friction during intimacy</p><p>Ideal for both solo and partnered use</p><p>Size:</p><p>50 ml bottle – compact, convenient, and travel-friendly\"</p><div><br></div>','<p>\"Durex Play Feel – Light, Silky Lubricant for Enhanced Intimacy</p><p>Durex Play Feel is a light, smooth water-based lubricant specially designed to enhance intimacy and provide a more comfortable and pleasurable experience for you and your partner. Its silky texture improves sensation and can help reduce friction and intimate discomfort during sex.</p><p>Key Features and Benefits</p><p>Enhanced Sensation: Designed to heighten touch and increase comfort during intimacy</p><p>Water-Based Formula: Gentle and compatible with condoms and sex toys</p><p>Pump Dispenser: Convenient, mess-free application</p><p>Non-Greasy and Non-Staining: Leaves no residue on skin or fabrics</p><p>Easily Rinsed Off: Simple to clean with water</p><p>Comfort Support: Helps ease intimate dryness or discomfort</p><p>Durex Play Feel is ideal for couples seeking to enhance closeness and enjoy a smoother, more enjoyable experience together\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Enhance Touch With Your Partner</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 22:40:33','2025-12-17 22:40:33',1,'Durex Play Feel Lubricant','Enhance Touch With Your Partner'),(43,'EMLA Cream 5%','emla-cream-5','EMLA Cream 5%',5.99,NULL,1,10,NULL,NULL,'<p>\"Emla 5% Cream – Fast-Acting Desensitising Cream for Injections</p><p>Product Overview:</p><p>Emla Cream 5% is a topical anaesthetic designed to numb the skin before medical procedures such as injections, vaccinations, or minor skin treatments.</p><p>Key Features:</p><p>Contains a blend of lidocaine and prilocaine for effective local anaesthesia</p><p>Helps reduce pain and discomfort during needle-based procedures</p><p>Begins working within 60 minutes of application</p><p>Benefits:</p><p>Fast-acting and easy to use</p><p>Suitable for both adults and children under medical supervision</p><p>Non-invasive alternative to improve patient comfort</p><p>Size:</p><p>5g tube – ideal for single or limited-use applications\"</p><div><br></div>','<p>\"Emla 5% Cream – Local Anaesthetic for Skin Numbing</p><p>Emla 5% Cream is a topical local anaesthetic designed to numb the skin ahead of various medical and cosmetic procedures. It contains two active numbing agents—lidocaine (lignocaine) and prilocaine—that work together to temporarily block pain signals from the skin to the brain.</p><p>What Is Emla Cream Used For?</p><p>Emla Cream is used to numb the surface of the skin for a range of procedures, including:</p><p>Vaccinations and injections</p><p>Blood tests or cannula insertions</p><p>Minor dermatological or cosmetic treatments</p><p>Laser hair removal or tattoo applications (in some cases)</p><p>It is commonly used in both clinical settings and at home, especially to help children feel more comfortable during needle-based procedures.</p><p>How It Works</p><p>The cream’s active ingredients interfere with nerve signal transmission in the skin. Normally, nerves send signals to the brain in response to touch or pain. Emla Cream temporarily blocks these signals, helping reduce or eliminate the sensation of pain at the application site.</p><p>How to Use Emla Cream</p><p>Apply a thin layer to the affected area as instructed</p><p>Cover with an occlusive dressing (if recommended)</p><p>Leave on the skin for 30 to 60 minutes before the procedure</p><p>The numbing effect lasts for up to 2 hours and can extend if left on for longer (up to 5 hours max)</p><p>Always follow your doctor or pharmacist\'s instructions for best results</p><p>Who Can Use Emla Cream</p><p>Emla Cream is suitable for most adults and children, but it may not be appropriate for everyone. Consult a healthcare professional before use if:</p><p>You have had an allergic reaction to Emla or its ingredients</p><p>You have cuts, rashes, eczema, or broken skin in the area you plan to treat</p><p>You or your child have conditions such as:</p><p>Porphyria</p><p>Methaemoglobinaemia</p><p>Glucose-6-phosphate dehydrogenase (G6PD) deficiency</p><p>How Long Does It Take to Work?</p><p>Begins to numb the skin in 30 to 60 minutes</p><p>The longer it remains on the skin (up to 5 hours), the more prolonged the numbing effect</p><p>The anaesthetic effect typically lasts at least 2 hours after removal</p><p>Possible Side Effects</p><p>Emla Cream is generally well tolerated, but mild side effects can occur, including:</p><p>Tingling or itching at the application site</p><p>Paleness, red spots, or mild swelling</p><p>Rare allergic reactions may include:</p><p>Skin rash, blistering, or peeling</p><p>Swelling of the face, lips, or throat</p><p>Difficulty breathing or wheezing</p><p>Tightness in the chest or throat</p><p>Seek immediate medical attention if you experience signs of a severe allergic reaction.\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Fast-Acting Numbing Cream</td>\r\n </tr>\r\n</tbody></table>',193,0,0,1,'2025-12-17 22:42:31','2025-12-17 22:42:31',1,'EMLA Cream 5%','Fast-Acting Numbing Cream'),(45,'Nurofen Maximum Strength Migraine Caplets','nurofen-maximum-strength-migraine-caplets','Nurofen Maximum Strength Migraine Caplets',8.99,NULL,1,7,NULL,NULL,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"2812\" height=\"33\" style=\"width: 1406.03pt;\">\r\n <colgroup><col width=\"2812\" style=\"width:1406.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"2812\" x:str=\"\" style=\"height:16.50pt;width:1406.00pt;\">Nurofen Max Strength Migraine Caplets – Fast-Acting Relief for Migraine and Headache Pain<br>Nurofen Max Strength Migraine Caplets are formulated to provide rapid and effective relief from migraine symptoms, including mild to severe headache pain. The active ingredient, Ibuprofen Lysine, belongs to the Non-Steroidal Anti-Inflammatory Drug (NSAID) class and works by reducing inflammation, pain, and fever at the source.<br>What Is Nurofen Migraine Used For?<br>Fast relief from migraines and headaches<br>Rapid absorption for quick onset of action<br>Short-term treatment for acute migraine episodes (not for prevention)<br>What Is a Migraine?<br>Migraines are a type of recurrent headache that can range from moderate to severe in intensity. They often develop during adolescence and affect approximately 1 in 5 women and 1 in 15 men. Migraine types include:<br>Migraine with aura: Visual or sensory disturbances occur before the headache<br>Migraine without aura: The most common type, occurring without warning signs<br>Silent migraine (aura without headache): Aura symptoms present without a following headache<br>Recommended Dosage<br>Adults and children over 12 years:<br>Take 1 caplet, up to 3 times per day as needed<br>Leave at least 4 hours between doses<br>Do not exceed 3 caplets in any 24-hour period<br>Short-term use only:<br>Not intended for daily or preventative use<br>If symptoms persist, consult a healthcare professional<br>Who Should Not Use Nurofen Migraine<br>Avoid this medicine if you:<br>Are allergic to ibuprofen or other NSAIDs<br>Are currently taking other painkillers<br>Have heart disease, high blood pressure, or a blood clotting disorder<br>Are in the last 3 months of pregnancy<br>Are under 12 years old<br>Speak to Your Doctor or Pharmacist Before Use If You:<br>Have asthma, liver, kidney, or bowel issues<br>Have high cholesterol or a history of heart conditions<br>Are pregnant or planning pregnancy<br>Have a history of gastrointestinal disease<br>Smoke regularly<br>Storage Instructions<br>Store in a cool, dry place, below 25°C<br>Keep out of reach of children<br>Do not use after expiry date printed on the packaging</td>\r\n </tr>\r\n</tbody></table>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"2811\" height=\"33\" style=\"width: 1405.53pt;\">\r\n <colgroup><col width=\"2811\" style=\"width:1405.50pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"2811\" x:str=\"\" style=\"height:16.50pt;width:1405.50pt;\">Headache &amp; Migraine Relief – Powerful and Fast-Acting Treatment<br>Overview:<br>Provides targeted relief from headache and migraine pain, helping you feel better, faster<br>Key Benefits:<br>Delivers powerful pain relief for both tension headaches and migraine attacks<br>Helps reduce associated symptoms such as sensitivity to light, sound, and nausea<br>How It Works:<br>Fast-absorbing formula targets pain at its source<br>May include anti-inflammatory or vasoconstrictive action (depending on active ingredient)<br>Ideal For:<br>Individuals seeking effective, on-demand relief from moderate to severe head pain</td>\r\n </tr>\r\n</tbody></table>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Rapid migraine relief</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 22:51:54','2025-12-17 22:51:54',1,'Nurofen Maximum Strength Migraine Caplets','Rapid migraine relief'),(47,'Flexiseq Gel','flexiseq-gel','Flexiseq Gel',13.99,NULL,1,10,NULL,NULL,'<p>\"Joint Care Topical Gel – Support Mobility &amp; Joint Health</p><p>Overview:</p><p>Specially formulated to improve mobility and protect joint function with consistent, twice-daily use</p><p>Key Benefits:</p><p>Helps relieve joint stiffness and discomfort</p><p>Supports flexibility and ease of movement in affected areas</p><p>Absorbs quickly without leaving residue</p><p>How It Works:</p><p>Delivers targeted ingredients directly to the joints through topical application</p><p>Promotes comfort and joint maintenance over time</p><p>Usage:</p><p>Apply twice daily for best results</p><p>Suitable for use on knees, elbows, wrists, and other joint areas</p><p>Ideal For:</p><p>Individuals with age-related joint concerns, mild arthritis, or activity-induced stiffness\"</p><div><br></div>','<p>\"Flexiseq Gel – Drug-Free Relief for Joint Pain and Stiffness</p><p>Flexiseq is a topical gel treatment developed to relieve joint pain, stiffness, and reduced mobility, particularly in individuals with osteoarthritis or joint wear and tear. It offers a drug-free alternative to traditional pain relief methods and is applied twice daily for optimal results.</p><p>What Is Flexiseq Used For?</p><p>Flexiseq is suitable for treating joint discomfort caused by:</p><p>Osteoarthritis (Flexiseq Gel)</p><p>General joint wear and tear (Flexiseq Active)</p><p>Both formulations target joint stiffness and mobility without the use of pharmaceutical drugs.</p><p>How Flexiseq Works</p><p>Flexiseq contains Sequessome™ Technology, featuring microscopic particles</p><p>These particles are absorbed through the skin and accumulate in the cartilage, where they help lubricate joints</p><p>The increased lubrication reduces friction, helping to ease pain, improve mobility, and reduce stiffness</p><p>Note: Flexiseq contains no active medicinal ingredients or NSAIDs.</p><p>When Will It Start Working?</p><p>Some users report improvement within two days</p><p>Effects may vary depending on joint condition and consistency of application</p><p>How to Use Flexiseq</p><p>Apply the gel twice daily, in the morning and evening, using the following guidance:</p><p>Joint Area<span style=\"white-space:pre\">	</span>Amount of Gel</p><p>Knee, shoulder, hip<span style=\"white-space:pre\">	</span>Line of gel the length of your index finger</p><p>Ankle, wrist, fingers<span style=\"white-space:pre\">	</span>Line of gel half the length of your index finger</p><p>Application Tips:</p><p>Spread gel evenly over the entire joint area</p><p>Allow at least 10 minutes for the gel to dry before covering or clothing the area</p><p>If drying takes longer than 10 minutes, use less gel next time</p><p>Warming the skin prior to application can help reduce drying time</p><p>Who Should Not Use Flexiseq?</p><p>Avoid using Flexiseq if:</p><p>You have had a previous allergic reaction to any of its ingredients</p><p>You are unsure about its safety based on your medical condition—consult a healthcare provider for guidance</p><p>Possible Side Effects</p><p>Flexiseq is generally well tolerated, but some users may experience:</p><p>Mild skin irritation, redness, or itching at the application site</p><p>These symptoms are usually temporary and resolve without intervention</p><p>Storage Instructions</p><p>Store between 8°C and 25°C</p><p>Use within three months of opening</p><p>Keep out of reach of children</p><p>Do not freeze\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Relieve Joint Pain and Stiffness</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 22:58:39','2025-12-17 22:58:39',1,'Flexiseq Gel','Relieve Joint Pain and Stiffness'),(48,'Nurofen 200mg','nurofen-200mg','Nurofen 200mg',2.49,NULL,1,10,NULL,NULL,'<p>\"Branded Painkillers – Fast Relief for Everyday Aches and Pains</p><p>Overview:</p><p>Trusted and widely used branded painkillers designed to deliver quick, effective relief from a range of common discomforts</p><p>Key Benefits:</p><p>Rapid action to ease pain and restore comfort</p><p>Effective against:</p><p>Headaches</p><p>Muscle aches</p><p>Toothache</p><p>Period pain</p><p>Cold and flu symptoms</p><p>Why Choose Branded Options:</p><p>Backed by clinical research and consumer trust</p><p>Consistent quality, reliable dosing, and proven performance</p><p>Ideal For:</p><p>Individuals seeking dependable pain relief from a recognized brand\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"2812\" height=\"33\" style=\"width: 1406.03pt;\">\r\n <colgroup><col width=\"2812\" style=\"width:1406.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"2812\" x:str=\"\" style=\"height:16.50pt;width:1406.00pt;\">Nurofen – Effective Relief from Pain and Inflammation<br>Nurofen is a widely trusted branded pain relief medication containing the active ingredient ibuprofen, a non-steroidal anti-inflammatory drug (NSAID). It is used to relieve various types of pain and reduce inflammation and fever.<br>What Is Nurofen Used For?<br>Nurofen provides relief from a wide range of symptoms, including:<br>Headaches and migraines<br>Muscle aches<br>Joint pain<br>Backache<br>Toothache<br>Period pain<br>Fever related to infections or viruses<br>How Does Nurofen Work?<br>Nurofen works by targeting the body’s inflammatory response. Ibuprofen, its active ingredient, blocks the production of prostaglandins—natural substances responsible for causing pain, swelling, and fever. By reducing these, Nurofen effectively relieves discomfort and inflammation.<br>How Long Does Nurofen Take to Work?<br>Relief typically begins within 20 to 30 minutes after taking the dose.<br>How to Take Nurofen<br>Adults: Take 1 to 2 tablets up to three times daily<br>Doses must be spaced at least 4 hours apart<br>Maximum of 6 tablets in 24 hours<br>Always take with food or a drink of water to minimize stomach irritation<br>Read the patient information leaflet for specific dosing instructions<br>Who Should Not Take Nurofen?<br>Do not take Nurofen if you:<br>Have had an allergic reaction to ibuprofen, aspirin, or other NSAIDs<br>Are currently experiencing or have a history of:<br>Stomach ulcers, perforation, or gastrointestinal bleeding<br>Liver disease, such as cirrhosis or liver failure<br>Kidney failure<br>Heart disease or severe heart failure<br>Crohn’s disease or ulcerative colitis<br>Chickenpox or shingles<br>Caution is advised for people aged 65 and over. In such cases, your doctor may recommend additional treatments (e.g., protective medication for the stomach lining).<br>Possible Side Effects of Nurofen<br>While many users experience no side effects, some may encounter:<br>Common side effects:<br>Headaches<br>Dizziness<br>Nausea or vomiting<br>Indigestion or bloating (wind)<br>Serious side effects – seek immediate medical attention if you experience:<br>Black stools or vomiting blood (signs of internal bleeding)<br>Swelling in the ankles, blood in the urine, or inability to pass urine (signs of kidney issues)<br>Severe chest or abdominal pain (could indicate gastrointestinal damage)<br>Worsening asthma or breathing difficulties<br>Storage Instructions<br>Store in a cool, dry place below 25°C<br>Keep out of reach of children<br>Do not use after the expiry date indicated on the packaging</td>\r\n </tr>\r\n</tbody></table>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Rapid, Effective Pain Relief</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 23:01:09','2025-12-17 23:01:09',1,'Nurofen 200mg','Rapid, Effective Pain Relief'),(50,'Ibuprofen 200mg','ibuprofen-200mg','Ibuprofen 200mg',1.00,NULL,1,10,NULL,NULL,'<p>\"Ibuprofen – Fast-Acting Relief for Mild to Moderate Pain</p><p>Overview:</p><p>Ibuprofen is a trusted non-steroidal anti-inflammatory drug (NSAID) that delivers quick and effective relief from a wide range of common pains.</p><p>Key Benefits:</p><p>Fast-acting formula for prompt symptom control</p><p>Reduces pain, inflammation, and fever</p><p>Effective For:</p><p>Headaches and migraines</p><p>Toothache and dental pain</p><p>Muscle aches and joint pain</p><p>Period pain</p><p>Cold and flu-related discomfort</p><p>How It Works:</p><p>Blocks the production of prostaglandins, which are responsible for pain and swelling</p><p>Ideal For:</p><p>Adults and children (age-dependent dosing) needing reliable short-term pain relief\"</p><div><br></div>','<p>\"Buy Ibuprofen 200mg Online – Fast-Acting Pain Relief</p><p>Ibuprofen 200mg is a widely used nonsteroidal anti-inflammatory drug (NSAID) that provides fast and effective relief from mild to moderate pain, while also helping to reduce inflammation and swelling. It is commonly used to treat a variety of conditions such as headaches, period pain, back pain, and joint discomfort.</p><p>What Is Ibuprofen Used For?</p><p>Ibuprofen is indicated for the relief of pain and inflammation associated with:</p><p>Headaches and migraines</p><p>Back pain</p><p>Menstrual cramps (period pain)</p><p>Toothache</p><p>Muscle pain</p><p>Joint pain</p><p>Arthritis and osteoarthritis</p><p>Fever and cold-related symptoms</p><p>How Ibuprofen Works</p><p>Ibuprofen works by inhibiting cyclo-oxygenase (COX) enzymes, which are responsible for producing prostaglandins—chemicals in the body that cause inflammation, pain, and fever. By reducing prostaglandin production, Ibuprofen directly targets the source of pain at the affected area rather than working through the nervous system.</p><p>How to Take Ibuprofen</p><p>Take orally with a glass of water</p><p>Always take with or shortly after food to minimize stomach irritation</p><p>Do not lie down immediately after taking the tablet</p><p>Dosage Instructions</p><p>For adults (weighing over 40kg):</p><p>Recommended dose: 1 to 2 tablets (200–400mg) every 6 hours as needed</p><p>Maximum single dose: 400mg (2 tablets)</p><p>Maximum daily dose: 1200mg (6 tablets in 24 hours)</p><p>Do not exceed the recommended dose. Always read the patient information leaflet and consult your pharmacist or GP if unsure.</p><p>Who Should Not Take Ibuprofen</p><p>Do not take Ibuprofen if you:</p><p>Have a history of stomach ulcers, gastrointestinal bleeding, or perforation</p><p>Are allergic to ibuprofen, aspirin, or other NSAIDs</p><p>Suffer from kidney, liver, or heart disease</p><p>Are in the third trimester of pregnancy</p><p>Are breastfeeding, unless approved by a healthcare provider</p><p>Speak to Your Doctor Before Use If You:</p><p>Have asthma or known allergies</p><p>Have a history of bowel disorders or SLE (Systemic Lupus Erythematosus)</p><p>Have high blood pressure, diabetes, or high cholesterol</p><p>Have a family history of heart disease or stroke</p><p>Important Safety Information</p><p>Store in a dry place below 25°C, away from direct sunlight</p><p>Keep out of reach of children</p><p>Do not take other NSAIDs or products containing ibuprofen or aspirin concurrently</p><p>Avoid alcohol while taking ibuprofen to reduce the risk of stomach irritation</p><p>Additional Guidance</p><p>Always follow dosage instructions provided by your doctor or pharmacist</p><p>For guidance on ibuprofen use for specific conditions, seek medical advice</p><p>Refer to the enclosed patient information leaflet before use\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Powerful, Fast-Acting Pain Relief</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 23:18:07','2025-12-17 23:18:07',1,'Ibuprofen 200mg','Powerful, Fast-Acting Pain Relief'),(51,'Voltarol Back And Muscle Relief','voltarol-back-and-muscle-relief','Voltarol Back And Muscle Relief',4.99,NULL,1,10,NULL,NULL,'<p>\"Voltarol Gel – Fast-Acting Relief for Sprains, Strains &amp; Bruises</p><p>Overview:</p><p>Voltarol Gel is a topical anti-inflammatory treatment formulated to provide fast and effective relief from soft tissue injuries.</p><p>Key Benefits:</p><p>Targets pain and swelling associated with:</p><p>Sprains</p><p>Strains</p><p>Bruises</p><p>Helps to speed up recovery by reducing inflammation at the source</p><p>How It Works:</p><p>Contains a non-steroidal anti-inflammatory drug (NSAID) that penetrates deep into the tissue</p><p>Delivers targeted relief directly to the affected area</p><p>Ideal For:</p><p>Active individuals or anyone managing minor injuries and everyday aches\"</p><div><br></div>','<p>\"Voltarol Back and Muscle Pain Relief Gel – Targeted Pain Relief</p><p>Voltarol Pain Relief Gel is a clinically proven, fast-acting topical treatment designed to alleviate localized back and muscle pain. It contains diclofenac diethylammonium 1.16%, a powerful non-steroidal anti-inflammatory drug (NSAID), and is specially formulated for targeted relief of sprains, strains, and muscular discomfort.</p><p>What Is Voltarol Used For?</p><p>Voltarol Gel is indicated for:</p><p>Back pain and stiffness</p><p>Muscle aches and inflammation</p><p>Sprains and strains</p><p>Sports injuries such as bruises and swelling</p><p>Localised joint and soft tissue pain</p><p>How Does Voltarol Work?</p><p>Voltarol combines NSAID therapy with emulgel technology, allowing the active ingredient to penetrate deep into the affected tissue.</p><p>Diclofenac inhibits prostaglandin synthesis—compounds responsible for pain and inflammation.</p><p>The gel provides a cooling and moisturizing effect, offering immediate local comfort while reducing swelling and discomfort at the source.</p><p>Voltarol has been shown to be up to three times more effective than non-medicated topical gels.</p><p>How to Use Voltarol Gel</p><p>Gently apply a thin layer (maximum size of a 2 pence coin) directly to the affected area.</p><p>Massage in gently using the built-in applicator, avoiding broken or irritated skin.</p><p>Apply 3 to 4 times daily, ensuring at least 4 hours between applications.</p><p>Do not exceed 4 applications in 24 hours.</p><p>Wash hands thoroughly after use unless hands are the treatment area.</p><p>Note: Do not cover the treated area with airtight bandages or use heat over the application site.</p><p>Can I Take Voltarol with Other Medications?</p><p>Voltarol and Paracetamol: Yes, they may be used together safely for pain relief. Always read accompanying leaflets or consult your pharmacist.</p><p>Voltarol and Ibuprofen: No, both are NSAIDs and should not be used together due to increased risk of side effects.</p><p>Who Should Not Use Voltarol Gel?</p><p>Do not use Voltarol if:</p><p>You are allergic to diclofenac, aspirin, or any other NSAID</p><p>You have eczema, cuts, wounds, or skin rashes at the application site</p><p>You are pregnant or breastfeeding</p><p>Consult your doctor before use if:</p><p>You have a history of asthma</p><p>You’ve experienced gastric ulcers, bleeding, or stomach perforation</p><p>You intend to treat a large area or use the gel for longer than 2 weeks</p><p>Storage Instructions</p><p>Store in a cool, dry place below 25°C</p><p>Keep out of sight and reach of children</p><p>Do not use past the expiration date on the packaging\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Fast Acting Pain Relief Gel</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 23:20:44','2025-12-17 23:20:44',1,'Voltarol Back And Muscle Relief','Fast Acting Pain Relief Gel'),(52,'Voltarol 12 Hour Emulgel 2.32%','voltarol-12-hour-emulgel-232','Voltarol 12 Hour Emulgel 2.32%',8.99,NULL,1,10,NULL,NULL,'<p>\"Long-Lasting Pain Relief Gel – Targeted Relief for Muscles &amp; Joints</p><p>Overview:</p><p>Designed to soothe sore muscles and stiff joints with deep-penetrating action</p><p>Key Benefits:</p><p>Long-lasting relief from aches, strains, and joint discomfort</p><p>Helps reduce inflammation and improve mobility in affected areas</p><p>Ideal For:</p><p>Muscle aches</p><p>Joint pain</p><p>Sports injuries</p><p>Back, neck, and shoulder tension</p><p>How It Works:</p><p>Applied topically to deliver targeted, cooling relief directly to the source of pain\"</p><div><br></div>','<p>\"Voltarol 12 Hour Emulgel – Long-Lasting Topical Pain Relief</p><p>Voltarol 12 Hour Emulgel is a clinically proven, fast-absorbing topical treatment designed to provide up to 12 hours of pain relief with each application. It contains the anti-inflammatory ingredient diclofenac, part of the non-steroidal anti-inflammatory drug (NSAID) family.</p><p>What Is Voltarol 12 Hour Emulgel Used For?</p><p>Voltarol Emulgel is used to treat a wide range of joint and muscle pain conditions, including:</p><p>+I65Muscle aches and pains</p><p>Joint pain</p><p>Strains and sprains</p><p>Bruising</p><p>Backache</p><p>Tendonitis</p><p>Swelling around joints, such as the elbow or knee</p><p>How It Works</p><p>The active ingredient diclofenac works by reducing the production of prostaglandins—natural chemicals in the body that contribute to pain and inflammation. By lowering prostaglandin levels at the site of discomfort, Voltarol helps relieve both pain and swelling.</p><p>How to Use Voltarol Emulgel</p><p>Squeeze a small amount of gel (about the size of a one or two pence piece) onto the affected area</p><p>Gently rub into the skin until fully absorbed</p><p>Wash hands after application (unless the hands are being treated)</p><p>Apply twice daily – once in the morning and once in the evening</p><p>Do not use for more than 14 days without consulting a healthcare professional</p><p>How Long Does It Take to Work?</p><p>For minor muscle and joint pain, effects may be noticeable within 1–2 days</p><p>For chronic conditions like arthritis, it may take up to 1 week to experience full relief</p><p>Who Can Use Voltarol Emulgel?</p><p>Suitable for adults and children aged 14 and over</p><p>Not suitable for children under 14</p><p>When Not to Use Voltarol Emulgel</p><p>Do not use if you:</p><p>Are allergic to diclofenac or any other NSAID</p><p>Have eczema, rashes, open wounds, or broken skin in the treatment area</p><p>Are pregnant or breastfeeding</p><p>Are experiencing systemic symptoms such as fever or feeling unwell</p><p>Have recent, unexplained joint pain not caused by injury or overuse</p><p>Consult Your Doctor Before Use If You:</p><p>Have a history of asthma</p><p>Have suffered from stomach ulcers, bleeding, or gastrointestinal perforation</p><p>Intend to treat a large area of the body or use the gel for longer than 2 weeks</p><p>Storage Instructions</p><p>Store in a cool, dry place below 25°C</p><p>Keep out of reach of children</p><p>Do not use past the expiration date on the packaging\"</p><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"594\" height=\"33\" style=\"width: 297.02pt;\">\r\n <colgroup><col width=\"594\" style=\"width:297.00pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"594\" x:str=\"\" style=\"height:16.50pt;width:297.00pt;\">Long-Lasting Relief From Pain and Inflammation</td>\r\n </tr>\r\n</tbody></table>',200,0,0,1,'2025-12-17 23:23:40','2025-12-17 23:23:40',1,'Voltarol 12 Hour Emulgel 2.32%','Long-Lasting Relief From Pain and Inflammation'),(53,'Noriday','noriday','Noriday',14.99,NULL,1,26,NULL,NULL,'<p>\"Noriday – Progestogen-Only Oral Contraceptive Pill</p><p>Estrogen-Free Birth Control for Reliable Protection</p><p>Product Overview:</p><p>Noriday is a progestogen-only contraceptive pill (commonly known as the mini pill) designed for women who prefer or require an alternative to estrogen-containing contraceptives. It contains norethisterone, a synthetic version of the hormone progesterone, and provides dependable pregnancy prevention when taken daily.</p><p>Key Features:</p><p>Contains Norethisterone</p><p>A synthetic progestogen that works by thickening cervical mucus and altering the uterine lining to prevent pregnancy.</p><p>Estrogen-Free Formula</p><p>Ideal for individuals who are sensitive to estrogen or advised to avoid combined pills.</p><p>Effective Daily Protection</p><p>Offers up to 99% effectiveness with consistent use at the same time each day.</p><p>12-Week Supply</p><p>Each pack contains 84 tablets, providing uninterrupted contraception for 12 continuous weeks.\"</p><div><br></div>','<p>\"Noriday – Progestogen-Only Oral Contraceptive Pill</p><p>Estrogen-Free Birth Control for Reliable Protection</p><p>Product Overview:</p><p>Noriday is a progestogen-only contraceptive pill (commonly known as the mini pill) designed for women who prefer or require an alternative to estrogen-containing contraceptives. It contains norethisterone, a synthetic version of the hormone progesterone, and provides dependable pregnancy prevention when taken daily.</p><p>Key Features:</p><p>Contains Norethisterone</p><p>A synthetic progestogen that works by thickening cervical mucus and altering the uterine lining to prevent pregnancy.</p><p>Estrogen-Free Formula</p><p>Ideal for individuals who are sensitive to estrogen or advised to avoid combined pills.</p><p>Effective Daily Protection</p><p>Offers up to 99% effectiveness with consistent use at the same time each day.</p><p>12-Week Supply</p><p>Each pack contains 84 tablets, providing uninterrupted contraception for 12 continuous weeks.\"</p><div><br></div>','<p>Non-Oestrogen Contraceptive Pill</p><div><br></div>',300,1,0,1,'2025-12-22 19:08:09','2025-12-22 19:08:09',0,'Noriday','Non-Oestrogen Contraceptive Pill'),(54,'Menstrual Cup','menstrual-cup','Menstrual Cup',19.99,NULL,1,17,NULL,NULL,'<p>\"Reusable Menstrual Cups – Sustainable &amp; Cost-Effective Period Care</p><p>Overview:</p><p>Embrace a greener, budget-friendly alternative to disposable products with these reusable menstrual cups, designed for comfort and long-term use.</p><p>Key Benefits:</p><p>Eco-friendly – drastically reduces monthly waste</p><p>Cost-effective – one cup can last for years with proper care</p><p>Made from medical-grade silicone for safe, hygienic protection</p><p>Provides up to 12 hours of leak-free wear</p><p>Why Choose This Product:</p><p>Ideal for sustainable lifestyles</p><p>Suitable for a wide range of flows and body types</p><p>Easy to clean, comfortable to wear, and discreet</p><p>Perfect For:</p><p>Individuals seeking reliable, reusable period care with minimal environmental impact\"</p><div><br></div>','<p>\"Reusable Menstrual Cups – Sustainable &amp; Cost-Effective Period Care</p><p>Overview:</p><p>Embrace a greener, budget-friendly alternative to disposable products with these reusable menstrual cups, designed for comfort and long-term use.</p><p>Key Benefits:</p><p>Eco-friendly – drastically reduces monthly waste</p><p>Cost-effective – one cup can last for years with proper care</p><p>Made from medical-grade silicone for safe, hygienic protection</p><p>Provides up to 12 hours of leak-free wear</p><p>Why Choose This Product:</p><p>Ideal for sustainable lifestyles</p><p>Suitable for a wide range of flows and body types</p><p>Easy to clean, comfortable to wear, and discreet</p><p>Perfect For:</p><p>Individuals seeking reliable, reusable period care with minimal environmental impact\"</p><div><br></div>','<p>Effective and Eco-Friendly Period Care</p><div><br></div>',400,0,0,1,'2025-12-22 19:11:28','2025-12-22 19:11:28',1,'Menstrual Cup','Effective and Eco-Friendly Period Care'),(56,'Xenical','xenical','Xenical',51.99,NULL,1,2,NULL,6,'<div><div>\"Xenical – Prescription Weight Loss Aid for High BMI Patients</div><div>Overview:</div><div>Xenical is a prescription-only medication specifically formulated to support weight loss in individuals with a high body mass index (BMI)</div><div>How It Works:</div><div>Contains the active ingredient Orlistat, which blocks enzymes that break down dietary fat</div><div>Prevents the absorption of approximately one-third of fat from food, allowing it to pass naturally through the body</div><div>Key Benefits:</div><div>Helps patients lose weight when combined with a low-fat, calorie-controlled diet</div><div>Aids in the management of obesity-related health risks</div><div>Who It\'s For:</div><div>Adults with a BMI of 30 or higher, or 27+ with weight-related conditions such as high blood pressure or diabetes</div><div>Usage:</div><div>Taken with meals containing fat, as directed by a healthcare provider\"</div></div><div><br></div>','<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"2811\" height=\"33\" style=\"width: 1405.53pt;\">\r\n <colgroup><col width=\"2811\" style=\"width:1405.50pt;\">\r\n </colgroup><tbody><tr height=\"33\" style=\"height:16.50pt;\">\r\n  <td class=\"et2\" height=\"33\" width=\"2811\" x:str=\"\" style=\"height:16.50pt;width:1405.50pt;\">Xenical – Prescription Weight Loss Aid for High BMI Patients<br>Overview:<br>Xenical is a prescription-only medication specifically formulated to support weight loss in individuals with a high body mass index (BMI)<br>How It Works:<br>Contains the active ingredient Orlistat, which blocks enzymes that break down dietary fat<br>Prevents the absorption of approximately one-third of fat from food, allowing it to pass naturally through the body<br>Key Benefits:<br>Helps patients lose weight when combined with a low-fat, calorie-controlled diet<br>Aids in the management of obesity-related health risks<br>Who It\'s For:<br>Adults with a BMI of 30 or higher, or 27+ with weight-related conditions such as high blood pressure or diabetes<br>Usage:<br>Taken with meals containing fat, as directed by a healthcare provider</td>\r\n </tr>\r\n</tbody></table>','<p>Prescription weight management treatment containing orlistat 120 mg, used alongside a reduced-calorie, lower-fat diet following clinical assessment.</p><div><br></div><div><br></div>',30,1,0,1,'2025-12-22 19:29:55','2025-12-25 15:47:43',0,'Xenical (Orlistat 120mg) | Prescription Weight Management','Prescription-only weight management treatment containing orlistat 120 mg. Available following an online consultation and suitability assessment.');
/*!40000 ALTER TABLE `products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quantities`
--

DROP TABLE IF EXISTS `quantities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quantities` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `quantity_name` text DEFAULT NULL,
  `slug` text DEFAULT NULL,
  `quantity_number` int(11) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quantities`
--

LOCK TABLES `quantities` WRITE;
/*!40000 ALTER TABLE `quantities` DISABLE KEYS */;
INSERT INTO `quantities` VALUES (1,'4 tablets','4-tablets',4,1,'2025-10-25 23:10:40','2025-10-25 23:10:40'),(2,'8 tablets','8-tablets',8,1,'2025-10-25 23:19:24','2025-10-25 23:19:24'),(3,'1 bottle','1-bottle',1,1,'2025-10-26 11:15:53','2025-10-26 11:15:53'),(4,'2 bottles','2-bottles',2,1,'2025-10-26 11:16:06','2025-10-26 11:16:06'),(6,'24 weeks (168 tablets)','24-weeks-168-tablets',168,1,'2025-12-22 19:02:01','2025-12-22 19:02:01'),(7,'12 weeks (84 tablets)','12-weeks-84-tablets',84,1,'2025-12-22 19:05:30','2025-12-22 19:05:30');
/*!40000 ALTER TABLE `quantities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quantity_assignments`
--

DROP TABLE IF EXISTS `quantity_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quantity_assignments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `quantity_id` bigint(20) unsigned NOT NULL,
  `product_variation_id` bigint(20) unsigned DEFAULT NULL,
  `brand_id` bigint(20) unsigned DEFAULT NULL,
  `product_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `brand_option_id` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `quantity_assignments_product_id_foreign` (`product_id`),
  KEY `quantity_assignments_quantity_id_foreign` (`quantity_id`),
  KEY `quantity_assignments_product_variation_id_foreign` (`product_variation_id`),
  KEY `quantity_assignments_brand_id_foreign` (`brand_id`),
  KEY `quantity_assignments_brand_option_id_foreign` (`brand_option_id`),
  CONSTRAINT `quantity_assignments_brand_id_foreign` FOREIGN KEY (`brand_id`) REFERENCES `brands` (`id`) ON DELETE CASCADE,
  CONSTRAINT `quantity_assignments_brand_option_id_foreign` FOREIGN KEY (`brand_option_id`) REFERENCES `brand_options` (`id`) ON DELETE CASCADE,
  CONSTRAINT `quantity_assignments_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE,
  CONSTRAINT `quantity_assignments_product_variation_id_foreign` FOREIGN KEY (`product_variation_id`) REFERENCES `product_variations` (`id`) ON DELETE CASCADE,
  CONSTRAINT `quantity_assignments_quantity_id_foreign` FOREIGN KEY (`quantity_id`) REFERENCES `quantities` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quantity_assignments`
--

LOCK TABLES `quantity_assignments` WRITE;
/*!40000 ALTER TABLE `quantity_assignments` DISABLE KEYS */;
INSERT INTO `quantity_assignments` VALUES (7,1,3,NULL,3,'2025-10-26 11:11:06','2025-10-26 11:11:06',NULL),(8,2,3,NULL,3,'2025-10-26 11:11:06','2025-10-26 11:11:06',NULL),(9,1,4,NULL,3,'2025-10-26 11:11:06','2025-10-26 11:11:06',NULL),(10,2,4,NULL,3,'2025-10-26 11:11:06','2025-10-26 11:11:06',NULL),(15,1,NULL,3,6,'2025-10-26 11:24:12','2025-10-26 11:24:12',NULL),(16,2,NULL,3,6,'2025-10-26 11:24:12','2025-10-26 11:24:12',NULL),(17,1,NULL,4,7,'2025-10-26 11:29:05','2025-10-26 11:29:05',NULL),(18,2,NULL,4,7,'2025-10-26 11:29:05','2025-10-26 11:29:05',NULL),(19,1,7,NULL,9,'2025-10-26 11:38:40','2025-10-26 11:38:40',NULL),(20,2,7,NULL,9,'2025-10-26 11:38:40','2025-10-26 11:38:40',NULL),(21,1,8,NULL,9,'2025-10-26 11:38:40','2025-10-26 11:38:40',NULL),(22,2,8,NULL,9,'2025-10-26 11:38:40','2025-10-26 11:38:40',NULL),(23,1,NULL,3,12,'2025-10-26 11:52:06','2025-10-26 11:52:06',NULL),(24,2,NULL,3,12,'2025-10-26 11:52:06','2025-10-26 11:52:06',NULL),(25,1,NULL,3,14,'2025-10-26 11:57:38','2025-10-26 11:57:38',NULL),(26,2,NULL,3,14,'2025-10-26 11:57:38','2025-10-26 11:57:38',NULL),(29,1,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',1),(30,2,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',1),(31,3,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',1),(32,4,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',1),(33,1,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',2),(34,2,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',2),(35,3,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',2),(36,4,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',2),(37,1,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',3),(38,2,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',3),(39,3,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',3),(40,4,NULL,NULL,14,'2025-11-01 06:29:34','2025-11-01 06:29:34',3),(41,2,9,NULL,17,'2025-12-17 20:56:50','2025-12-17 20:56:50',NULL),(42,3,9,NULL,17,'2025-12-17 20:56:50','2025-12-17 20:56:50',NULL),(43,1,NULL,NULL,22,'2025-12-17 21:25:29','2025-12-17 21:25:29',3),(44,2,NULL,NULL,22,'2025-12-17 21:25:29','2025-12-17 21:25:29',3),(47,1,10,NULL,25,'2025-12-17 21:50:27','2025-12-17 21:50:27',NULL),(48,1,11,NULL,24,'2025-12-17 21:56:21','2025-12-17 21:56:21',NULL),(49,1,12,NULL,24,'2025-12-17 21:56:21','2025-12-17 21:56:21',NULL),(50,6,NULL,NULL,53,'2025-12-22 19:08:09','2025-12-22 19:08:09',3),(51,7,NULL,NULL,53,'2025-12-22 19:08:09','2025-12-22 19:08:09',3),(54,6,NULL,NULL,56,'2025-12-22 19:30:36','2025-12-22 19:30:36',8),(55,7,NULL,NULL,56,'2025-12-22 19:30:36','2025-12-22 19:30:36',8);
/*!40000 ALTER TABLE `quantity_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `related_articles`
--

DROP TABLE IF EXISTS `related_articles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `related_articles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `modelable_type` varchar(255) NOT NULL,
  `modelable_id` bigint(20) unsigned NOT NULL,
  `related_articles_title` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `related_articles_short_description` text DEFAULT NULL,
  `first_long_description_detail_page` text DEFAULT NULL,
  `second_long_description_detail_page` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `related_articles_modelable_type_modelable_id_index` (`modelable_type`,`modelable_id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `related_articles`
--

LOCK TABLES `related_articles` WRITE;
/*!40000 ALTER TABLE `related_articles` DISABLE KEYS */;
INSERT INTO `related_articles` VALUES (1,'App\\Models\\Category',1,'Viagra vs Sildenafil: The Ultimate Comparison (2025)','viagra-vs-sildenafil-the-ultimate-comparison-2025','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">Discover key differences and similarities between two of the most popular ED treatments available in this detailed guide from our experts.</span></p>','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</span></p>','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</span></p>',1,'2025-10-24 19:50:57','2025-11-03 21:00:17'),(2,'App\\Models\\Category',2,'Mounjaro Weight Loss: Week by Week Results','mounjaro-weight-loss-week-by-week-results','<p>Discover the weight loss results that can be achieved with Mounjaro with this guide from our experts.</p>',NULL,NULL,1,'2025-10-24 20:13:43','2025-10-24 20:13:43'),(3,'App\\Models\\Category',3,'Comparing Hair Loss Products (2025): What Are My Options?','comparing-hair-loss-products-2025-what-are-my-options','<p>Learn how some of the most popular male and female hair loss treatments work and which ones could be best for you in this detailed guide.</p>',NULL,NULL,1,'2025-10-24 20:30:57','2025-10-24 20:30:57'),(4,'App\\Models\\Category',4,'Complete Guide to Treating a Thrush Infection','complete-guide-to-treating-a-thrush-infection','<p>Our experts discuss thrush treatment options and answer common questions about the condition based on the latest available research in this detailed guide.</p>',NULL,NULL,1,'2025-10-24 20:48:46','2025-10-24 20:48:46'),(5,'App\\Models\\Category',5,'Expert Answers To Common Questions About Genital Herpes','expert-answers-to-common-questions-about-genital-herpes','<p>Discover scientifically grounded answers to some of the most frequently asked questions about genital herpes in our latest guide from our experts.</p>',NULL,NULL,1,'2025-10-24 20:52:15','2025-10-24 20:52:15'),(6,'App\\Models\\Category',6,'Delaying Your Period: The Safest Methods','delaying-your-period-the-safest-methods','<p>Periods can happen at the most inconvenient times, but delaying your period can be safe and effective using the right methods. Here’s how.</p>',NULL,NULL,1,'2025-10-24 21:02:27','2025-10-24 21:02:27'),(7,'App\\Models\\Category',8,'A-Z: Everything You Need to Know About Vitamins','a-z-everything-you-need-to-know-about-vitamins','<p>Discover key differences between all the various vitamins and minerals that can contribute to optimal micronutrient support in this comprehensive guide from our experts!</p>',NULL,NULL,1,'2025-10-24 21:35:39','2025-10-24 21:35:39'),(8,'App\\Models\\Category',9,'Premature Ejaculation Help: Causes, Misconceptions and Treatments','premature-ejaculation-help-causes-misconceptions-and-treatments','<p>Our experts have provided a scientifically backed overview of the causes and treatments for premature ejaculation along with guidance on how to avoid common misconceptions about the condition in this detailed guide.</p>',NULL,NULL,1,'2025-10-24 21:38:43','2025-10-24 21:38:43'),(9,'App\\Models\\Category',10,'Methods of Managing and Relieving Pain','methods-of-managing-and-relieving-pain','<p>Try these pain management techniques to get the better of short-term or chronic pain.</p>',NULL,NULL,1,'2025-10-24 21:50:02','2025-10-24 21:50:02'),(10,'App\\Models\\Category',11,'How to Get Rid of Cold Sores: Expert Overview','how-to-get-rid-of-cold-sores-expert-overview','<p>This guide details the best treatments to quickly and reliably get rid of cold sores and debunks common misconceptions regarding the treatment of cold sores.</p>',NULL,NULL,1,'2025-10-24 21:52:53','2025-10-24 21:52:53'),(11,'App\\Models\\Category',12,'Delaying Your Period: The Safest Methods','delaying-your-period-the-safest-methods','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">Periods can happen at the most inconvenient times, but delaying your period can be safe and effective using the right methods. Here’s how.</span></p>',NULL,NULL,1,'2025-10-24 22:01:08','2025-11-01 21:50:43'),(12,'App\\Models\\Category',13,'Expert Answers To Questions About Menopause','expert-answers-to-questions-about-menopause','<p>Learn how the body changes during the various stages of menopause and how to manage menopause symptoms safely and effectively in this definitive guide.</p>',NULL,NULL,1,'2025-10-24 22:17:21','2025-10-24 22:17:21'),(13,'App\\Models\\Category',14,'Asthma: Everything You Need to Know','asthma-everything-you-need-to-know','<p>Learn all about asthma in this detailed guide, including how to manage the symptoms, what treatment options are available and more.</p>',NULL,NULL,1,'2025-10-24 22:19:31','2025-10-24 22:19:31'),(14,'App\\Models\\Category',15,'How to Quit Smoking with Varenicline','how-to-quit-smoking-with-varenicline','<p>Find out how to quit smoking with Varenicline, the newly approved smoking cessation treatment, with this guide from our experts that covers how the treatment works, how to take it and how to increase your chances of quitting smoking for good.</p>',NULL,NULL,1,'2025-10-24 22:21:38','2025-10-24 22:21:38'),(15,'App\\Models\\Category',16,'Hay Fever: Causes, Symptoms & Treatments','hay-fever-causes-symptoms-treatments','<p>In this ultimate guide to hay fever, our experts explain the science behind the various causes and types of hay fever and which treatments can help with rapidly alleviating common hay fever symptoms.</p>',NULL,NULL,1,'2025-10-24 22:31:09','2025-10-24 22:31:09'),(16,'App\\Models\\Category',17,'The Complete Guide to Sexually Transmitted Infections (STIs)','the-complete-guide-to-sexually-transmitted-infections-stis','<p>STIs versus STDs? How are they treated? And can they be cured? Learn more in our ultimate guide to sexually transmitted infections.</p>',NULL,NULL,1,'2025-10-24 22:43:07','2025-10-24 22:43:07'),(17,'App\\Models\\Category',19,'How To Beat Jet Lag: The Complete Guide','how-to-beat-jet-lag-the-complete-guide','<p>Learn scientifically proven ways to overcome jet lag symptoms and find answers to common questions about jet lag recovery in this comprehensive guide.</p>',NULL,NULL,1,'2025-10-24 23:03:38','2025-10-24 23:03:38'),(18,'App\\Models\\Category',20,'Expert Answers to Common Questions About Improving Sleep Quality','expert-answers-to-common-questions-about-improving-sleep-quality','<p>This detailed guide provides scientifically backed answers to key questions about getting the most out of each stage of sleep so you can wake up feeling energised.</p>',NULL,NULL,1,'2025-10-24 23:05:36','2025-10-24 23:05:36'),(19,'App\\Models\\Category',21,'The Complete Guide to Digestive Health','the-complete-guide-to-digestive-health','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;;\">Tending to your digestive health is critical when striving to live a healthy life. Read how to give your digestive system everything it needs to function properly.</span></p>',NULL,NULL,1,'2025-10-24 23:07:22','2025-10-24 23:07:22'),(20,'App\\Models\\Category',24,'Mounjaro Weight Loss: Week by Week Results','mounjaro-weight-loss-week-by-week-results','<p>Discover the weight loss results that can be achieved with Mounjaro with this guide from our experts.</p>',NULL,NULL,1,'2025-10-29 19:47:09','2025-10-29 19:47:09'),(21,'App\\Models\\Category',25,'The Complete Guide to Feminine Hygiene','the-complete-guide-to-feminine-hygiene','<p>In this guide, we discuss key aspects of feminine hygiene, including how to maintain optimal vaginal health, how to prevent conditions such as thrush and UTIs, and much more.</p>',NULL,NULL,1,'2025-10-29 20:27:21','2025-10-29 20:27:21'),(22,'App\\Models\\Category',26,'Introducing Hana: The Over-The-Counter Mini Pill','introducing-hana-the-over-the-counter-mini-pill','<p>Here’s everything you need to know about the first contraceptive pill you can buy without a prescription.</p>',NULL,NULL,1,'2025-10-29 20:29:57','2025-10-29 20:29:57'),(23,'App\\Models\\Category',27,'The Complete Guide to Feminine Hygiene','the-complete-guide-to-feminine-hygiene','<p>In this guide, we discuss key aspects of feminine hygiene, including how to maintain optimal vaginal health, how to prevent conditions such as thrush and UTIs, and much more.</p>',NULL,NULL,1,'2025-10-29 20:33:35','2025-10-29 20:33:35'),(24,'App\\Models\\Category',28,'Comparing Hair Loss Products (2025): What Are My Options?','comparing-hair-loss-products-2025-what-are-my-options','<p>Learn how some of the most popular male and female hair loss treatments work and which ones could be best for you in this detailed guide.</p>',NULL,NULL,1,'2025-10-29 20:37:39','2025-10-29 20:37:39'),(25,'App\\Models\\Category',29,'The Complete Guide to Digestive Health','the-complete-guide-to-digestive-health','<p>Tending to your digestive health is critical when striving to live a healthy life. Read how to give your digestive system everything it needs to function properly.</p>',NULL,NULL,1,'2025-10-29 20:41:30','2025-10-29 20:41:30'),(26,'App\\Models\\Category',30,'The Ultimate Guide to Fungal Nail Treatment','the-ultimate-guide-to-fungal-nail-treatment','<p>Learn all about some of the best fungal nail treatments in this comprehensive guide, including how they work, how to use them for optimal results, and more.</p>',NULL,NULL,1,'2025-10-29 20:50:33','2025-10-29 20:50:33'),(27,'App\\Models\\Category',31,'Preparing For The Cold And Flu Season','preparing-for-the-cold-and-flu-season','<p>Learn how to prepare for the cold and flu season by understanding the scientific mechanisms behind these conditions in our expert guide.</p>',NULL,NULL,1,'2025-10-29 20:52:17','2025-10-29 20:52:17'),(28,'App\\Models\\Category',36,'The Ultimate Guide to Fungal Nail Treatment','the-ultimate-guide-to-fungal-nail-treatment','<p>Learn all about some of the best fungal nail treatments in this comprehensive guide, including how they work, how to use them for optimal results, and more.</p>',NULL,NULL,1,'2025-10-29 21:06:59','2025-10-29 21:06:59'),(29,'App\\Models\\Category',37,'The Complete Guide to Digestive Health','the-complete-guide-to-digestive-health','<p>Tending to your digestive health is critical when striving to live a healthy life. Read how to give your digestive system everything it needs to function properly.</p>',NULL,NULL,1,'2025-10-29 21:15:02','2025-10-29 21:15:02'),(30,'App\\Models\\Category',40,'The Complete Guide to Digestive Health','the-complete-guide-to-digestive-health','<p>Tending to your digestive health is critical when striving to live a healthy life. Read how to give your digestive system everything it needs to function properly.</p>',NULL,NULL,1,'2025-10-29 21:35:25','2025-10-29 21:35:25'),(31,'App\\Models\\Category',41,'The Complete Guide to Digestive Health','the-complete-guide-to-digestive-health','<p>Tending to your digestive health is critical when striving to live a healthy life. Read how to give your digestive system everything it needs to function properly.</p>',NULL,NULL,1,'2025-10-29 21:37:10','2025-10-29 21:37:10'),(32,'App\\Models\\Category',43,'How to Protect Yourself from Malaria','how-to-protect-yourself-from-malaria','<p>A single bite from the mosquito is all it takes for someone to become infected.</p>',NULL,NULL,1,'2025-10-29 21:41:29','2025-10-29 21:41:29'),(33,'App\\Models\\Category',44,'Masks With Valves Are Being Banned: Why?','masks-with-valves-are-being-banned-why','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">Masks with valves are being banned in the US. Find out why and how to stay safe in our latest blog post.</span></p>',NULL,NULL,1,'2025-10-29 21:49:36','2025-11-01 20:32:20'),(34,'App\\Models\\Category',45,'Caring for Acne-Prone Skin: Complete Guide','caring-for-acne-prone-skin-complete-guide','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">Discover scientifically proven tips on how to care for acne-prone skin and understand key facts about acne in this comprehensive guide from our experts.</span></p>',NULL,NULL,1,'2025-10-29 21:53:27','2025-11-01 20:32:05'),(35,'App\\Models\\Category',46,'Expert Answers To Common Questions About Eczema','expert-answers-to-common-questions-about-eczema','<p><span style=\"color: rgb(63, 63, 70); font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\">Discover the science behind eczema through medically-reviewed answers to common questions about this condition, collated by our experts.</span></p>',NULL,NULL,1,'2025-10-29 22:08:56','2025-11-01 22:03:56'),(36,'App\\Models\\Category',1,'RelatedArticles2','relatedarticles2','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</span></p>','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</span></p>','<p><strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, Arial, sans-serif; font-size: 14px; text-align: justify;\">&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</span></p>',1,'2025-11-03 21:00:17','2025-11-03 21:00:17');
/*!40000 ALTER TABLE `related_articles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_has_permissions`
--

DROP TABLE IF EXISTS `role_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_has_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL,
  `role_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`role_id`),
  KEY `role_has_permissions_role_id_foreign` (`role_id`),
  CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_has_permissions`
--

LOCK TABLES `role_has_permissions` WRITE;
/*!40000 ALTER TABLE `role_has_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `role_has_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `roles`
--

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `guard_name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `roles`
--

LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES (1,'admin','web','2025-09-23 18:18:29','2025-09-23 18:18:29'),(2,'vendor','web','2025-09-23 18:18:29','2025-09-23 18:18:29'),(3,'user','web','2025-09-23 18:18:29','2025-09-23 18:18:29');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `settings`
--

DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `site_title` varchar(255) DEFAULT NULL,
  `company_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone_num` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) DEFAULT NULL,
  `youtube` varchar(255) DEFAULT NULL,
  `pinterest` varchar(255) DEFAULT NULL,
  `linkedin` varchar(255) DEFAULT NULL,
  `google_plus` varchar(255) DEFAULT NULL,
  `tik_tok` varchar(255) DEFAULT NULL,
  `smtp_host` varchar(255) DEFAULT NULL,
  `smtp_port` int(11) DEFAULT NULL,
  `smtp_username` varchar(255) DEFAULT NULL,
  `smtp_password` varchar(255) DEFAULT NULL,
  `smtp_from_address` varchar(255) DEFAULT NULL,
  `contact_email` varchar(255) DEFAULT NULL,
  `home_top_banner_video` varchar(255) DEFAULT NULL,
  `footer_copyright_description` text DEFAULT NULL,
  `footer_subscribe_description` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `settings`
--

LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES (1,'iFeelShy','iFeelShy','admin@pharmica.com','903 830 1222','Worcester MA','https://www.facebook.com/login/','https://www.instagram.com/accounts/login/?hl=en','https://twitter.com/login','https://www.youtube.com/','https://www.pinterest.com/login/','https://www.linkedin.com/signup','https://www.googlecloudcommunity.com/gc/Databases/Google-plus-account/m-p/744985','https://www.tiktok.com/login',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Copyright ©2025 All Right Reserved.','Our formulas are made with natural, Vegan & Cruelty-Free ingredients that are gentle, effective, and good for you and the environment.','2025-09-23 18:18:29','2025-09-25 21:45:09');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `single_entry_product_variations`
--

DROP TABLE IF EXISTS `single_entry_product_variations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `single_entry_product_variations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned DEFAULT NULL,
  `variation_name_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `single_entry_product_variations`
--

LOCK TABLES `single_entry_product_variations` WRITE;
/*!40000 ALTER TABLE `single_entry_product_variations` DISABLE KEYS */;
INSERT INTO `single_entry_product_variations` VALUES (2,3,2,'2025-10-26 11:11:06','2025-10-26 11:11:06'),(4,9,2,'2025-10-26 11:38:40','2025-10-26 11:38:40'),(5,17,2,'2025-12-17 20:56:50','2025-12-17 20:56:50'),(6,25,2,'2025-12-17 21:50:27','2025-12-17 21:50:27'),(7,24,2,'2025-12-17 21:56:21','2025-12-17 21:56:21');
/*!40000 ALTER TABLE `single_entry_product_variations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sub_categories`
--

DROP TABLE IF EXISTS `sub_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sub_categories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `cate_id` bigint(20) unsigned NOT NULL,
  `sub_cate_name` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `long_description` text DEFAULT NULL,
  `consultation_btn_status` int(11) NOT NULL DEFAULT 0,
  `online_consultation_sections_status` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `meta_title` text DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `sub_categories_cate_id_foreign` (`cate_id`),
  CONSTRAINT `sub_categories_cate_id_foreign` FOREIGN KEY (`cate_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sub_categories`
--

LOCK TABLES `sub_categories` WRITE;
/*!40000 ALTER TABLE `sub_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `sub_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users`
--

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `gender` varchar(255) DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `phone_number` bigint(20) unsigned DEFAULT NULL,
  `address` text DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `zip_code` varchar(255) DEFAULT NULL,
  `email_verified` varchar(255) NOT NULL DEFAULT '0',
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `day` varchar(255) DEFAULT NULL,
  `month` varchar(255) DEFAULT NULL,
  `year` varchar(255) DEFAULT NULL,
  `referral_code` varchar(255) DEFAULT NULL,
  `referred_by` bigint(20) unsigned DEFAULT NULL,
  `reward_points` int(11) NOT NULL DEFAULT 0,
  `referral_link` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`),
  UNIQUE KEY `users_referral_code_unique` (`referral_code`),
  KEY `users_referred_by_foreign` (`referred_by`),
  CONSTRAINT `users_referred_by_foreign` FOREIGN KEY (`referred_by`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users`
--

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'M Sufyan','Shaikh','admin@pharmica.com','Male','2025-10-21',3161054938,NULL,NULL,NULL,NULL,'1',NULL,'$2y$10$ssuGN/nDs27UYBIkVVt3g.kt2OxKAc/yCGxrwsXOAgvd41pia6m3S',1,NULL,'2025-09-23 18:18:29','2025-10-20 10:20:50',NULL,NULL,NULL,NULL,NULL,0,NULL),(14,'user1','Admintty','user1@mailinator.com','Male','2025-11-02',56667899789,NULL,NULL,NULL,NULL,'1',NULL,'$2y$10$ZGulScCw6Ge0yEoHwZuBSOaOTbES8eBTkNWxCHZyf4nssOdDmVX4a',1,NULL,'2025-11-01 23:07:13','2025-11-01 23:08:56',NULL,NULL,NULL,'8IGEP16Y',NULL,0,'https://service.demowebsitelinks.com/pharmica/public/user/register?ref=8IGEP16Y'),(15,'abc',NULL,'abc@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,'$2y$10$xs8MTZeRhZmVnU/IAT6G3eYS/.iMA/P.fGz7J4yxRKf7pswgUfo.S',1,NULL,'2025-12-01 18:39:37','2025-12-01 18:39:37',NULL,NULL,NULL,'CVWIMPQ0',NULL,0,'https://service.demowebsitelinks.com/pharmica/public/user/register?ref=CVWIMPQ0');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `variation_names`
--

DROP TABLE IF EXISTS `variation_names`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `variation_names` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `variation_name` text DEFAULT NULL,
  `slug` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `variation_names`
--

LOCK TABLES `variation_names` WRITE;
/*!40000 ALTER TABLE `variation_names` DISABLE KEYS */;
INSERT INTO `variation_names` VALUES (2,'Options','options',1,'2025-10-25 23:19:02','2025-10-25 23:19:02'),(3,'Cialis (Tadalafil)','cialis-tadalafil',1,'2025-12-17 21:31:16','2025-12-17 21:31:16'),(4,'Tadalafil (Generic Cialis)','tadalafil-generic-cialis',1,'2025-12-17 21:31:27','2025-12-17 21:31:27');
/*!40000 ALTER TABLE `variation_names` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-01-04 21:54:21
